Korovjov
Korovjov

Reputation: 531

Jquery autocomplete but react and shadcn?

I have searched everything and everywhere I know.. Do you have any library that:

  1. Uses shadcn
  2. Is react
  3. Can search
  4. Can have multiple items saved (comma separated or something)
  5. Uses fetch or whatever to search the db

I don't want to build it myself if I don't have to...

Upvotes: -2

Views: 42

Answers (1)

Raghavendra N
Raghavendra N

Reputation: 5496

I 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:

Demo of Shadcn based multiple selector component

Upvotes: -1

Related Questions