Open jvanheesch opened 4 years ago
5.0.3 does this properly but gets the model wrong.
5.0.1 appears to do everything correctly:
https://stackblitz.com/edit/angular-10-herbots-jquery-inputmask?file=src%2Fapp%2Fapp.component.html
Ran into the same issue with angular on version 5.0.6 of inputmask, issue was still present.
Thanks @jamesnben version 5.0.1 does seem to work fine 👍
I am not 100% sure it's a bug, but it seemed strange enough to report.
npm i
npm run start
localhost:4200
input
field ->someModelValue
is updated, as demonstrated byspan
next toinput
input
value and cut -> expected:someModelValue
to be""
-> actual:someModelValue
is unchanged