Select allows a user to pick single or multiple options from a list. This component is a wrapper of react-select.
isMulti to true, we can select multiple options from the list.isSearchable to false.| Prop | Description | Type | Default |
|---|---|---|---|
| componentAs | Receive extensive component from react-select, such as Async & Creatable | ReactNode | ReactSelect |
| size | Select size | 'lg' | 'md' | 'sm' | 'md' |
Select is a wrapper component of react-select.
All react-select props can be applied on this component, refer official docs for the complete api list.