[Bug Report][3.6.12] VNumberInput range validation too eager #20171
Closed
Description
Environment
Vuetify Version: 3.6.12
Vue Version: 3.4.31
Browsers: Edge 126.0.0.0
OS: Windows 10
Steps to reproduce
- Set
min
as 5,max
as 125 - Type 100
Expected Behavior
100 in VNumberInput
Actual Behavior
The number in input becomes 125
Validation is too eager. It's hard to input a number actually allowed.