1 repository
UI components that combine user selection with asynchronous data fetching for large or remote datasets.
Distinguishing note: Existing candidates focus on tree nodes or dialogs, not the specific pattern of async-searchable selection inputs.
Explore 1 awesome GitHub repository matching user interface & experience · Async Selection Interfaces. Refine with filters or upvote what's useful.
react-select is a customizable select input for React applications that supports single and multiple value selection with integrated search. It functions as a form input library providing a selection interface capable of fetching and displaying options from remote APIs dynamically as a user types. The library is distinguished by a component-injection architecture that allows users to replace internal UI fragments with custom React components. It further enables deep visual customization through prop-based style merging, allowing user-defined CSS objects to override internal defaults for brand
Provides a selection interface capable of fetching and displaying options from remote APIs dynamically.