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][2.6.1] Deleting last character in v-combobox triggers an unexpected input event #14507

Closed
olivierkrener opened this issue Dec 14, 2021 · 1 comment · Fixed by #14531
Assignees
Labels
C: VCombobox VCombobox T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Milestone

Comments

@olivierkrener
Copy link

Environment

Vuetify Version: 2.6.1
Last working version: 2.5.14
Vue Version: 2.6.14
Browsers: Chrome 96.0.4664.45
OS: Windows 10

Steps to reproduce

  1. Select an item in the combobox
  2. Delete the character one by one until there is only one left
  3. Delete the last character

Expected Behavior

Last character should be deleted as expected

Actual Behavior

An unexpected input event is triggered, and the last character is written back
(Note that deleting it again does not trigger again this extra event)

Reproduction Link

https://codepen.io/l1b3rty/pen/eYEBVQK

Other comments

Used to work properly until 2.5.14, just change the vuetify version to see it

@KaelWD KaelWD added C: VCombobox VCombobox T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke and removed S: triage labels Dec 14, 2021
@KaelWD KaelWD added this to the v2.6.x milestone Dec 14, 2021
@KaelWD
Copy link
Member

KaelWD commented Dec 14, 2021

Broken by #13854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VCombobox VCombobox T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants