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

Bug in Edit created Registers

Open JoaoVictorRosmaninho opened this issue 5 months ago • 1 comments

When I use the component to edit a previously created group of selected items and use the information from that group in the "value" props, the component renders the content incorrectly, as shown in the print:

Image

Component Declaration:

Image

choosenOptions is a Array of strings:

Image

JoaoVictorRosmaninho avatar Jul 11 '25 23:07 JoaoVictorRosmaninho

This is most likely your vscode imported the Badge from lucide-react instead of shadcn double check it, I faced same problem

gethari avatar Aug 12 '25 04:08 gethari