Skip to content
New issue

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

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

Already on GitHub? # to your account

[Bug Report][3.6.9] Delete key doesn't work on VInputNumber #20083

Closed
Assignees
Labels
C: 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/#...

# for free to join this conversation on GitHub. Already have an account? # to comment