RobinHerbots/Inputmask

Negative limits for numeric inputs

step0726 opened this issue · 2 comments

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

@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.

@Techn1c4l ,

The noValuePatching is about https://robinherbots.github.io/Inputmask/#/documentation#novaluepatching

@step0726 ,

I will have a look at the issue.