reactjsjquery-ui-autocompleteshadcnui

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...


Solution

  • 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