shadcn-multi-select-component
shadcn-multi-select-component copied to clipboard
A multi-select component designed with shadcn/ui
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.