Replies: 6 comments
-
I'm also interested in multiple options. I'm currently using React-Select but would love to use the Combobox (which, by the way, I think it's great!) for this. |
Beta Was this translation helpful? Give feedback.
-
You'll probably be better off creating a fork with this PR #648 from last year (that's what we did). This has been a highly requested feature that's more than a year old already for the |
Beta Was this translation helpful? Give feedback.
-
Hey! Thank you for your suggestion! I'm working on multi-value support for both the Listbox and the Combobox. |
Beta Was this translation helpful? Give feedback.
-
Seems like it's been merged by #1243 Can't wait for next release 🙌 |
Beta Was this translation helpful? Give feedback.
-
Hey guys, any idea on when will this be released? I see it has already been merged and really need this feature for my current project. |
Beta Was this translation helpful? Give feedback.
-
Are there any known issues with this atm? I'm passing in an array in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First I'd like to thank you for the new Combobox component. So much better than my home-cooked search input in the listbox component.
Now, I'm wondering if you had plans to make it work with multiple (Array) values?
I am able to do it but it's not ideal as selecting an option closes the
ComboboxOptions
panel.I also can't rely on the
selected
slot prop of theComboboxOption
and need to check if it's a multiple select. Same for thedisplay-value
function of theComboboxInput
.I believe it could be implemented based on the type of the value (Array = multiple, not array = single value).
Beta Was this translation helpful? Give feedback.
All reactions