Replies: 1 comment
-
So you'll want to be careful with item focus in general for comboboxes. For our combobox, we ran into issues with NVDA not properly announcing what the user typed in input field if there was an item currently focused in the listbox hence why we don't autofocus items when the user types (if you are interested, you can read up more about this here). |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I want to automatically focus the first item in my listbox, and when the collection changes, auto focus the new first item. I'm using the listboc in a combobox.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions