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.6.9] Delete key doesn't work on VInputNumber #20083

Closed
Assignees
Labels
C: VDataTable VDatatable T: bug Functionality that does not work as intended/expected
Milestone

Comments

@levibaka
Copy link

levibaka commented Jul 1, 2024

Environment

Vuetify Version: 3.6.9
Vue Version: 3.4.29
Browsers: Chrome 124.0.0.0
OS: Windows 10

Steps to reproduce

  • Display a VInputNumber component
  • Fill it with a number
  • Try to delete a digit with the backspace key => it works
  • Try to delete a digit with the delete key => it doesn't work

Expected Behavior

The digit has been deleted with the delete key in VInputNumber

Actual Behavior

The delete key is not working in VInputNumber

Reproduction Link

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

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