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
Method | Description |
---|---|
| sets value of the multi-selectselect |
| sets the options of the multi-select |
| sets multi-select state (enabled/ disabled) |
| resets the multi-select |
| triggers validation |
| clears validation errors |
| 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