RobinHerbots / Inputmask

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

Decimal separator hangs #2788

Closed dicash closed 4 months ago

dicash commented 4 months ago

Open https://robinherbots.github.io/Inputmask/#/demo Try entering 1234.12341234123412341234 in decimal input - the webpage will hang.

Techn1c4l commented 4 months ago

I suggest you limit the digits option to 9-10. Most of the time you don't even need more than 2-3 decimal places, unless you are developing some scientific software where precision matters that much.

Techn1c4l commented 4 months ago

Fixed in c45a51b0fc142d737e81d21d1b32f4c1037ffdfa. @RobinHerbots please close this issue.