I have searched everything and everywhere I know.. Do you have any library that:
- Uses shadcn
- Is react
- Can search
- Can have multiple items saved (comma separated or something)
- Uses fetch or whatever to search the db
I don't want to build it myself if I don't have to...
I have searched everything and everywhere I know.. Do you have any library that:
- Uses shadcn
- Is react
- Can search
- Can have multiple items saved (comma separated or something)
- Uses fetch or whatever to search the db
I don't want to build it myself if I don't have to...
Share Improve this question asked yesterday KorovjovKorovjov 5336 silver badges19 bronze badges1 Answer
Reset to default 0I came across this Multiple Selector component, which is based on the Command
component of the Shadcn UI. It meets all your requirements.
This is how it looks: