RobinHerbots/Inputmask

Decimal separator hangs

dicash opened this issue · 2 comments

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

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.

Fixed in c45a51b. @RobinHerbots please close this issue.