AutoComplete (Dropdown mode) : tabbing issue #2552
Unanswered
gabrielsaliba1987
asked this question in
PrimeVue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using the autocomplete in dropdown mode and I think I found a bug in the component.
When you search and press down to go on a suggestion than pressing [TAB] the browser is moving the focus to the next element but the AutoComplete component is stealing the focus back which ends up in strange behavior.
I debugged the PrimeVue component and as soon as I commented this line (see screeshot) it worked correctly but I cannot modify the library of course 😅.
Does anyone know how should I go about fixing this since keyboard is quite a priority for us.
Beta Was this translation helpful? Give feedback.
All reactions