Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.5.11] In VNumericInput change buttons erases the manually entered value #19464

Closed
crystalfp opened this issue Mar 25, 2024 · 1 comment

Comments

@crystalfp
Copy link

Environment

Vuetify Version: 3.5.11
Vue Version: 3.4.21
Browsers: Chrome 123.0.0.0
OS: Windows 10

Steps to reproduce

  1. Enter a numeric value in the field
  2. Try to increase or decrease the value using the buttons.
  3. The value disappears and is changed to the step value

Expected Behavior

The increase/decrease buttons should act on the entered value increasing or decreasing it.

Actual Behavior

The manual entered value disappears and the step value appears. Seems like internally the manual entered value is ignored and the value is zero always

Reproduction Link

https://play.vuetifyjs.com/#...

@yuwu9145
Copy link
Member

Duplicates #19442

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants