Replies: 1 comment 1 reply
-
I think you want a ComboBox, not a menu. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for building this library! It's superb and I've learned a lot while improving the accessibility of our app.
However, I have some difficulties recreating an accessible component similar to GitHub's label picker.
Can someone point me in the right direction on how to structure it correctly?
My current approach is something like this:
where TextField is filtering the collection of available
MenuItems
,selectionMode
is set tomultiple
.I am struggling with two things:
role=menuitemcheckbox
. How to add a last non-filterable button withrole=menuitem
?ComboBox
, but as far as I know it's currently only available in ListBox.🙏
Beta Was this translation helpful? Give feedback.
All reactions