gpt4 book ai didi

angular - 仅在更改 ngx-currency 后选择值

转载 作者:太空狗 更新时间:2023-10-29 18:27:36 26 4
gpt4 key购买 nike

我只想在更改输入值后选择值,我需要在输入值后求和。

<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" />

它不起作用,因为它会在每次按键时调用该函数

最佳答案

使用 (focusout) 来仅在完成输入值时调用该函数。

每次更改值时都会触发 (change) 方法,每次按键也是如此。

关于angular - 仅在更改 ngx-currency 后选择值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56602977/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com