RobinHerbots / Inputmask

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

Currency/Numeric mask doesn't trigger dirty formcontrol #2621

Open DennisDriessenLochem opened 2 years ago

DennisDriessenLochem commented 2 years ago

When removing using backspace/delete the minus sign from a numeric/currency input. The formcontrol isn't marked as dirty so the data isn't saved on our backend. On the other hand; pressing "-" again to remove the minus sign does trigger an dirty onBlur.

Our code is just an input (type: text) with alias: currency (or numeric).

Eugeno commented 1 year ago

Same problem with decimals.

nickeeromo commented 1 year ago

Sooo is this still an issue? My previous issue from another library on this got closed around this time last year.