west Back
home Home
light_mode
MumpUI / Component / MultiSelect
copy
code  Show code
Multi-Select
India
Multi-Select component with search or clear only
copy
code  Show code
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
onSearchfunctionShows search box only if search function is passed
clearableboolean
disabledboolean
Select.search function arguments
NameTypeUsage
searchstringSearched text
optionsarraySelect input field options
caseSensitiveboolean (Default: false)
A basic text based Search method is provied with Select component. For calling API or any other functionality, search method need to be implemented.