Replies: 1 comment
-
I think the way you described is your best bet. Use controlled selection where Somewhat related, but there is a WIP PR to Support links in collection components. |
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.
-
Hi,
I'm wondering if it is possible to add a custom action item to the ComboBox and other similar components like Select. The action/s would sit at the bottom of the list, not be filtered with other items, but still be navigated to with arrow keys like the other items. The action could be used for things like "Add more" which might open a modal to add an item to the list.
Is there a preferred way to do this for accessibility or is it simply adding it as a normal item then checking for it onSelectionChange and onInputChange (to stop it from being filtered)?
Beta Was this translation helpful? Give feedback.
All reactions