Multi-select
A select field that enables the selection of multiple values. The field supports validation for required fields, minimum or maximum length, as well as custom rules.
Methods
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
Triggers
Triggers allow you to launch certain actions based on different events.
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
Last updated