You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
KaelWD
changed the title
[Bug Report][3.7.3] v-number-input: does not call validate on delete value
[Bug Report][3.7.3] clearing v-number-input with backspace resets to 0
Oct 25, 2024
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/#...
The text was updated successfully, but these errors were encountered: