Replies: 1 comment
-
Hey, sorry for the delay, this fell off my radar. I will refer to you a comment about a similar kind of composite widget #3020 (comment) |
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.
-
Hey, I am currently trying to create a select element with a custom element (see UnitSystemRadioGroup in image) inside.
I currently have implemented it using the useSelect hook and the component looks fine and the select functionality works fine.
Question
How do I make the radio group accessible via keyboard?
I'd love to be able to let the user start (first focused element) at the first option and let him navigate using ArrowUp to the UnitSystemRadioGroup.
It seems to be already possible to use ArrowDown to go from the UnitSystemRadioGroup to the first option.
My current implementation
Everything else is pretty similar to the example in the
useSelect
documentation.Beta Was this translation helpful? Give feedback.
All reactions