Add interactive elements within a select option #6626
-
Hi, I've created a select component using the How can I implement this functionality? Here is the CodeSandbox demonstrating my current implementation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
useSelect
is meant to be combined withuseListBox
, and the ARIA listbox pattern does not support having interactive elements within items. useGridList does support interactive elements within items, but it isn't meant to be combined withuseSelect
, and won't be exposed to assistive technology in the same way.