Replies: 1 comment 2 replies
-
Hey @abh1nash ! Can you check again and if the issue still persist then it's a bug 🐛 |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I am using combobox as described in the documentation. I tried testing it with screen readers (NVDA and Talkback). I observed that while combobox itself is navigable and announced, the items that appear within the results are not announced.
After digging a bit, I found that Radix Vue does not move focus to other list items upon navigation. I came to this conclusion after being unable to see a distinct black border that is created by Talkback on an item focused on the screen. While the hover state of the
ComboboxItem
changes, it does not receive focus required for the screen reader.I tried to do the same with the example in the official Radix Vue combobox docs and found the same issue. However, things work well with Headless UI's combobox component.
Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions