1 Repo
Autocomplete components that delegate all state management to parent callbacks for integration with Flux or Redux patterns.
Distinct from Autocomplete Components: Distinct from Autocomplete Components: adds the controlled component pattern where all state is managed externally via callbacks, not just a generic autocomplete UI.
Explore 1 awesome GitHub repository matching user interface & experience · Controlled. Refine with filters or upvote what's useful.
React Autosuggest is a fully controlled React component that provides an autocomplete input with a dropdown of suggestions as the user types. It delegates all state management to the parent component through callbacks, making it compatible with state management patterns like Flux or Redux. The component implements WAI-ARIA accessibility patterns, including keyboard navigation with arrow keys, Enter, and Escape, along with live region integration for screen reader announcements. The component offers extensive customization through render-prop functions, allowing developers to replace the defau
Ships a fully controlled React autocomplete component that delegates all state management to parent callbacks.