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.6] VAutocomplete not working with multiple, hide-selected with auto-select-first props, selecting first value in list results in selected first two. #19840

Closed
Tomdanizer opened this issue May 20, 2024 · 0 comments · Fixed by #19846 or LLotme/esp-idf#19 · May be fixed by LLotme/esp-idf#5, LLotme/esp-idf#12 or YoutacRandS-VA/desec-stack#2
Assignees
Labels
C: VAutocomplete VAutocomplete T: bug Functionality that does not work as intended/expected
Milestone

Comments

@Tomdanizer
Copy link

Environment

Vuetify Version: 3.6.6
Last working version: 3.3.10
Vue Version: 3.4.27
Browsers: Edge 125.0.0.0
OS: Windows 10

Steps to reproduce

  1. Type Cal
  2. Hit tab
  3. Notice California1 and California2 are populated to input field.

Expected Behavior

Only California1 to be populated to input field when pressing tab once.

Actual Behavior

Both California1 and California2 are populated to field when pressing tab once.

Reproduction Link

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

@yuwu9145 yuwu9145 self-assigned this May 21, 2024
@yuwu9145 yuwu9145 added T: bug Functionality that does not work as intended/expected C: VAutocomplete VAutocomplete and removed S: triage labels May 21, 2024
@KaelWD KaelWD added this to the v3.6.x milestone May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment