RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.4k stars 2.17k forks source link

Angular: cutting/pasting input value does not change model value. #2398

Open jvanheesch opened 4 years ago

jvanheesch commented 4 years ago

I am not 100% sure it's a bug, but it seemed strange enough to report.

jamesnben commented 3 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

i3anaan commented 3 years ago

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 👍