west Home
light_mode
MumpUI / Component / MultiSelect
copy
code  Show code
Multi-Select
India
Multi-Select with search
India
Multi-Select with clear
India
Multi-Select with search & clear
India
Select.Multi component props
NameTypeUsage
..All div element props
optionsarrayArray of option objects containing key & label
valuearrayArray of selected option objects containing key & label
onChangefunction
placeholderstring
simpleSearchfunctionShow search box in dropdown
onSearchfunctionFor advanced search implementation
clearableboolean
disabledboolean

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.