Select item not focused when pressing tab key - screen reader accessibility issue #6534
-
I've tested the select component and it seems like there's no way to cycle through the items using tab on the keyboard. This is a pretty huge accessibility issue for select options. Has anyone encountered this problem? This is probably more of a radix-ui issue because it wasn't working in the examples shown in the radix-ui docs either. I think when the select content menu is opened, it should be focused which should allow users to cycle through the options using the tab key. The same focus styles should apply to the items as you cycle through each item. Anyone managed to solve this on the react component level? I couldn't find any reported issues here but I wonder if radix-ui should be updated to handle this accessibility use case. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use ⬆️⬇️ to move up and down. |
Beta Was this translation helpful? Give feedback.
You can use ⬆️⬇️ to move up and down.