vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.06k stars 6.91k forks source link

[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

Closed seemaPatelTest closed 2 weeks ago

seemaPatelTest commented 2 weeks ago

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.