Multi-select
Last updated
Last updated
© 2024 UI Bakery
setValue(value: any)
sets value of the multi-selectselect
setOptions (options: object[])
sets the options of the multi-select
setDisabled(disabled: boolean)
sets multi-select state (enabled/ disabled)
reset()
resets the multi-select
validate()
triggers validation
resetValidation()
clears validation errors
setRequired(required: boolean)
sets component required state
On Change
Calls for an action when the component's state is changed
On Init
Calls for an action on component initialization
On Focus
Calls for an action on component focus
On Blur
Calls for an action on component blur
On Autocomplete Search
Calls for an action on autocomplete search