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.0-alpha.2] Backspace/delete key remove chip and text when try to remove only text from the VAutocomplete and VCombobox #19626

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

Comments

@seemaPatelTest
Copy link

Environment

Vuetify Version: 3.6.0-alpha.2
Vue Version: 3.4.23

Steps to reproduce

  1. Select any item from dropdown
  2. Type 'test' after the chip
  3. Press Backspace to remove 'test'

Expected Behavior

Whole value shouldn't remove, instead only last char should remove when backspace pressed once and later on

Actual Behavior

selected item and text both deleted after pressing Backspace key

Reproduction Link

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

Other comments

This issue not persist in the Vuetify v 3.5.8.

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