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

Steps to repro: ```jsx { setSelected(e) }} defaultValue={selected} placeholder="Select up to 20" variant="secondary" animation={0} maxCount={5} /> ```

I just found out this component and it's really cool, thanks a lot! One thing missing was "X" buttons wasn't working, I was really confused but after some research I...

If the popover is opened and I click the trigger, it closes and re-opens the popover instead of just closing it.