Select.Multi
component propsName | Type | Usage |
---|---|---|
.. | All div element props | |
options | array | Array of option objects containing key & label |
value | array | Array of selected option objects containing key & label |
onChange | function | |
placeholder | string | |
simpleSearch | function | Show search box in dropdown |
onSearch | function | For advanced search implementation |
clearable | boolean | |
disabled | boolean | |
optionsSpace | boolean | Leave margin for dropdown options |
loading | boolean | To show loader in place of dropdown options |
optionHOC | function | Option HOC to customize option in list |
A basic text based Search
method is provied with Select
component. For calling API or any other functionality, search method need to be implemented with onSearch
.