Allow tabbing on virtual select element #266
Unanswered
Daniel-FDS
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day
Thank you so much for this excellent library, it has made a significant difference to my company's application.
I would like to please find out if it is possible to allow for tabbing on the virtual select element? The default tabindex of the element with class
vscomp-ele-wrapperis -1; if I manually set it to -0, then I can tab onto the element and open it with the Enter key. However, as soon as the element is closed, the tabindex ofvscomp-ele-wrapperis set to -1 again. I could create code that sets the tabindex to 0 again, but I would like to find out if there is a way of doing this without extending/overriding the library.Thank you for your consideration.
Beta Was this translation helpful? Give feedback.
All reactions