Open thedaaron opened 4 weeks ago
Also i cannot call validate by myself, because validate method is missing on v-number-input ref
validate method is missing on v-number-input ref
It's there, it just won't show up in json.
@KaelWD You are right, sorry validate it was missing in older version
Have noticed a partial workaround for this is to have a min value on the NumberInput, however this only works when that value is > 0
Environment
Vuetify Version: 3.7.3 Vue Version: 3.5.12 Browsers: Chrome 129.0.0.0 OS: Mac OS 10.15.7
Steps to reproduce
Type any number for example 3 Delete number by pressing backspace Input rewrites value to 0 (i consider it as not wanted behaviour) Delete zero by pressing backspace (validation is not called and no required message is visible) Click outside of v-number-input and validation is called and required is displayed
Expected Behavior
When i delete value by backspace or delete validation is called immediately on input
Actual Behavior
When i delete value by backspace or delete validation is not called immediately on input
Reproduction Link
https://play.vuetifyjs.com/#...