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
[Bug Report][3.5.12] [Bug Report][3.5.12] VNumberInput: resets entered with keyboard value on component blur when use step props like a float 0.1
#19494
Closed
rexchungsf opened this issue
Mar 28, 2024
· 1 comment
· Fixed by #19605
I also experience this and another related problem with the VNumberInput, and extended on the reproduction https://play.vuetifyjs.com/#...
There you can see, when using the increment/decrement buttons that the @update:model-value event is - I assume - only fired when the parseInt result of the value changes to a different integer (clicking until 3 is put out in the console, then decrement by 0,1 and it gives a value of 2 again)
Environment
Vuetify Version: 3.5.12
Vue Version: 3.4.21
Browsers: Chrome 123.0.0.0
OS: Windows 10
Steps to reproduce
enter number value using keyboard
click outside of component
Expected Behavior
a float value should stay the same like int
Actual Behavior
component resets value
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: