Maximum & minimum supported number overflow #894
-
|
Describe the bug The plugin is expecting a CodePen Environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
hi, i don't think it's a problem. Number mask works with number type. That's fine. |
Beta Was this translation helpful? Give feedback.
Not quite the solution I was looking for, I ended up creating a fork to change how the numeric mask works. It changes the max and min values to be treated like string that allow you to set a maximum and minimum about of digits allowed before/after the decimal point (https://github.com/dakota-kallas/imaskjs). I couldn't find a way to use my forked repo as a dependency ( #892) properly with npm, so I had to change around the file structure a bit as well.