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.
- Axe
- Focus
Preview
Installation
npx shadcn@latest add https://ui.publictheta.com/r/async-combobox.jsonConformance
Verified against the @publictheta/ui-spec async-combobox specification on both the React and vanilla reference implementations, across Chromium, Firefox, and WebKit.
- Axe — No WCAG 2 A/AA axe-core violations
- Focus — A visible focus indicator appears on keyboard focus (WCAG 2.4.7)
See the full conformance matrix across all components.