shadcn-multi-select-component icon indicating copy to clipboard operation
shadcn-multi-select-component copied to clipboard

A multi-select component designed with shadcn/ui

Results 33 shadcn-multi-select-component issues
Sort by recently updated
recently updated
newest added

Added feature for create new option when no results are found there is one rendering but for create new, which is caused by commandempty component, which needs to get fixed,...

## Changes - `` component can have disabled item(s) - Disabled item has different UI than normal item. (I just used the 'secondary' style variant! If you have better option,...

Clicking first item has no effect, clicking second item closes dialog. Clicking close button also closes dialog.

# Description Update the README.md file to add the link of Live example of Multi select.

I was just implementing this multiselect component and I found that, when the form has onSubmit handler and user click on the multiselect trigger, the form submits. So, I have...

Great component! Strange that it's not part of shadcn. I added this to my project which uses React 19, tailwind v4, etc.. and had an issue: forwardRef is deprecated in...

I modified the component for my needs, as this doesn't seem maintained i'll leave the update here - Uses the object in the list as the selected object rather than...

I like this component so much, but I'd like to have a scrollable option for larger lists like the one shadcn now offers by default at select component (ui.shadcn.com/docs/components/select at...

Hello everyone! Its looks like this component is not being actively maintained. I've forked the repository and have started adding new features to it, like the prop `maxSelect` (set a...