vue-numeric-input
vue-numeric-input copied to clipboard
Validate value on blur
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?