Negative limits for numeric inputs
step0726 opened this issue · 2 comments
step0726 commented
I need put negative limits for numeric input in my application, when there is a negative max limit, it does not allow to enter input.
Here is an example : https://codepen.io/hpgtlbnu-the-vuer/pen/ExzXOPm
Is there a configuration or something wrong ?
Thank you for your help
Techn1c4l commented
@RobinHerbots I think noValuePatching
should allow to input any valid numeric value (including appropriate group and decimal separators) even if it's outside the min
- max
range. Then if the field loses focus, the Inputmask should patch the value according to set limits.
RobinHerbots commented
The noValuePatching is about https://robinherbots.github.io/Inputmask/#/documentation#novaluepatching
I will have a look at the issue.