-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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.8] VAutocomplete with auto-select-first selects highlighted option even when clicked outside #19929
[Bug Report][3.6.8] VAutocomplete with auto-select-first selects highlighted option even when clicked outside #19929
Comments
Sorry for reviving this issue, but the description for
I added the emphasis on blur. The |
I guess the description is wrong as it doesn't make much sense to select something on a |
@KaelWD I sort of understand the reasoning behind the fix. Like, how do you "escape" on mobile? But you can always just turn off |
Ok yeah I could see that for combobox because you still need a way to enter a custom value, autocomplete only allows you to select something from the list though so "just keep the search" doesn't really make sense. |
So will this change be reverted, or will the documentation be updated? |
Environment
Vuetify Version: 3.6.8
Vue Version: 3.4.27
Browsers: Google Chrome
OS: Linux
Steps to reproduce
Expected Behavior
Same as when aborted via ESC. Not select the highlighted option but keep the search text.
Actual Behavior
Option is selected like it was clicked despite it was not clicked. This can even be reproduced in the docs:
https://vuetifyjs.com/en/components/autocompletes/#new-tab
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: