vue-numeric-input icon indicating copy to clipboard operation
vue-numeric-input copied to clipboard

Validate value on blur

Open gifteddiz opened this issue 4 years ago • 0 comments

Is there any way to prevent min\max validation after the key event, and wait until blur?

Let's say I set the minimum to 700 and the maximum to 800. The user cannot enter values using the keyboard. Because when she hits a digit, the value will be set to 800. And if she erases the digit, the value will be set to 700. How for example she would enter 750?

gifteddiz avatar Feb 09 '21 13:02 gifteddiz