
React-Select
Each of the examples below is an interactive example of react-select. See the source or open the examples on codesandbox using the buttons that appear when you hover over each select below.
Advanced - React Select
This example uses a combination of custom components and functions to make react-select behave like a date picker. Type a date like "25/8/18", "tomorrow", "next monday", or "6 weeks from now" into the …
Components - React Select
React-Select allows you to augment layout and functionality by replacing the default components with your own, using the components property. These components are given all the current props and …
API - React Select
React-Select allows you to augment layout and functionality by replacing the default components with your own, using the components property. These components are given all the current props and …
Styles - React Select
This will make it easier to completely specify your own styles or classNames to control the look of React Select, without having to specifically override the default theme we apply.
Creatable - React Select
React Select A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete, async and creatable support.
TypeScript - React Select
There are three generics used by the Select component: Option, IsMulti, and Group. All of them are optional and TypeScript attempts to detect them automatically, but sometimes it might need some help.
Async - React Select
React Select A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete, async and creatable support.
React-Select | A flexible and beautiful Select Input control for ReactJS
A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support.
React Select Upgrade Guide
The only methods on the Select component that are part of the public API are the focus() and blur() methods. react-select exports five components: BaseSelect, CreatableSelect, Select (the default …