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.14] Hitting enter in v-autocomplete throws console error #17201

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

Comments

@csntr
Copy link

csntr commented Apr 21, 2023

Environment

Vuetify Version: 2.6.14
Vue Version: 2.7.4
Browsers: Chrome 112.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

  1. Type something like 12 to show suggestions
  2. Select 112 by clicking on it
  3. 12 remains in the input field, now press enter

Expected Behavior

Previous selection by mouse should be toggled on/off when pressing enter

Actual Behavior

Error is thrown on console.

Reproduction Link

https://codesandbox.io/s/flamboyant-sanderson-udw2m3?file=/src/App.vue

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VAutocomplete VAutocomplete and removed S: triage labels Apr 28, 2023
@KaelWD KaelWD added this to the v2.6.x milestone Apr 28, 2023
@KaelWD KaelWD modified the milestones: v2.6.x, v2.7.x Jul 5, 2023
@KaelWD KaelWD self-assigned this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment