-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
🙋 Feature Request
Update useComboBox to support multiple selection.
🔦 Context
We're building a type-ahead SelectField
/ MultiSelectField
components, both on top of useComboBox
and having to support multiple selections is of course making us do some hacky things, b/c it's not really supported.
I.e. we're not passing selectedKey
to useComboBox
b/c in a multiple selection scenario, the selectedKey
could change, and so then odd things happen where useComboBox
thinks its not controlled and/or the selectedKey
!== inputValue
, so it invokes various closing/reset behavior that we didn't mean to trigger.
Obviously this is on us for misusing useComboBox
:-D , so just filing a request / wish list for it to get official multiple selection support. Thanks!
annaborja, leifoolsen, davidspiess, sondretj, clementprdhomme and 65 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✏️ To Groom