IHIutch / draft-ui

A collection of simply designed React components focused on making web accessibility as easy as copy & paste.
https://draft-ui.com
MIT License
338 stars 7 forks source link

Feedback for “Select” - Multiselect? #28

Open lenocin opened 7 months ago

lenocin commented 7 months ago

Do you plan on having a multi-select?

This one of the reasons I'm looking at alternatives to ShadCN (NextUI got a nice one)

IHIutch commented 7 months ago

This is a good idea to add, thanks for the suggestion. ListBox does take a selectionMode prop which can be set to multiple, like in this example.

Feel free to link to any ones you've seen that you like. I could see a few different directions to go here.

IHIutch commented 7 months ago

Ariakit has a good example worth looking into: https://ariakit.org/examples/tag-combobox