RobinHerbots / Inputmask

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

Field with decimals does not fire "onChange" when decimal digit is deleted #2630

Open andreyvk opened 2 years ago

andreyvk commented 2 years ago

Hi all,

  1. Enter number 111.11 in the field and press Tab to navigate away. Alert will pop up indicating that onChange has been fired
  2. Focus back into the field and press Backspace to remove last decimal. Navigate away from the field. Change was not triggered although number did change
PeterSeifert commented 2 years ago

I experience the same issue. Did u find any workaround for that @andreyvk?