Async Combobox
A combobox whose options load asynchronously. Each query shows a loading state and announces its result count, and a stale-response guard ensures only the latest query's results appear — a slow earlier query can never overwrite a newer one. Type a country name below.
Preview
Installation
npx shadcn@latest add https://ui.publictheta.com/r/async-combobox.jsonConformance
This component conforms to the @publictheta/ui-spec async-combobox specification. Run the suite against any implementation with pnpm conformance.