-
-
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.3.3] v-autocomplete input focus issues #17641
Closed
tmclagen opened this issue
Jun 17, 2023
· 3 comments
· May be fixed by jonathanestefani/crud_vuetify#1, jonathanestefani/crud_vuetify#5 or aurelienfvre/sae401#1
Closed
[Bug Report][3.3.3] v-autocomplete input focus issues #17641
tmclagen opened this issue
Jun 17, 2023
· 3 comments
· May be fixed by jonathanestefani/crud_vuetify#1, jonathanestefani/crud_vuetify#5 or aurelienfvre/sae401#1
Labels
a11y
Accessibility issue
C: VAutocomplete
VAutocomplete
C: VCombobox
VCombobox
T: enhancement
Functionality that enhances existing features
Milestone
Comments
I also encountered the same problem |
Yes I have the same problem, I have no idea how to fix it without causing more errors. |
github-actions
bot
added
the
S: stale
This issue is untriaged and hasn't seen any activity in at least six months.
label
Jul 11, 2024
KaelWD
added
T: enhancement
Functionality that enhances existing features
a11y
Accessibility issue
C: VCombobox
VCombobox
C: VAutocomplete
VAutocomplete
and removed
S: stale
This issue is untriaged and hasn't seen any activity in at least six months.
labels
Jul 25, 2024
KaelWD
added a commit
that referenced
this issue
Jul 25, 2024
yuwu9145
pushed a commit
that referenced
this issue
Aug 4, 2024
Yes I have also the same problem, Is there any update on it? |
blalan05
pushed a commit
that referenced
this issue
Nov 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
a11y
Accessibility issue
C: VAutocomplete
VAutocomplete
C: VCombobox
VCombobox
T: enhancement
Functionality that enhances existing features
Environment
Vuetify Version: 3.3.3
Vue Version: 3.3.4
Browsers: Chrome 114.0.0.0
OS: Windows 11
Steps to reproduce
Expected Behavior
Search input retains focus throughout the whole interaction (even when navigating menu with arrows). After selecting an item (e.g. by pressing Enter) either the search input should be cleared OR its content should get selected WHILE keeping focus all the time.
Actual Behavior
Search input loses focus after you used arrow keys and now you cannot continue typing and searching. The only way I managed to reach the search input using keys is by pressing Esc and closing the dropdown first. Which kind of works but still ruins the user flow.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: