thelebdev / ng2-currency-mask

A very simple currency mask directive that allows using a number attribute with the ngModel.
MIT License
0 stars 3 forks source link

(input) not working if this directive is used #4

Open guillep2k opened 5 years ago

guillep2k commented 5 years ago

Migrated from original project (https://github.com/cesarrew/ng2-currency-mask/issues/126)

Orignal request by @apappasadap

<input formControlName="quantity" (input)="onInput($event)" currencyMask [options]="opts">