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
On you reproduction link, I tested it and it works if it does not have the increment and decrement buttons. It actually sets the value to max on both fields.
I guess it might have something to do with precision behavior - hiding trailing zeros on focus. I wish it could be as simple as @click.stop=... to prevent focus on the inner button click, but it does not really help. The only workaround I see is to change #append-inner into #append and move that button inside with CSS transform: translateX(...).
Internally I am considering some change in line 107 as it is exactly what prevents the input from accepting "external" change upon the click.
Environment
Vuetify Version: 3.8.0
Vue Version: 3.5.13
Browsers: Chrome 135.0.0.0
OS: Linux x86_64
Steps to reproduce
Click on max btn doesn't change the value
Expected Behavior
change value to max
Actual Behavior
doesn't change the value
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: