Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pick value only after change ngx-currency #44

Open
danillo10 opened this issue Jun 14, 2019 · 0 comments
Open

Pick value only after change ngx-currency #44

danillo10 opened this issue Jun 14, 2019 · 0 comments

Comments

@danillo10
Copy link

I want pick the value only after change the input value, I need to make a sum after typing the value.

<input currencyMask [(ngModel)]="baixa.juros" (ngModelChange)="setJuros($event.target.value)" [options]="{ prefix: '', thousands: '.', decimal: ',', allowNegative: false }" name="valor_juros" id="valor_juros_liq" class="input-default" />

It does not work because it calls the function with each keyup

@danillo10 danillo10 changed the title Pick value only after change Pick value only after change ngx-currency Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant