Suggest Multiple Input API
Properties
| Name | Type | Default | Description |
|---|---|---|---|
value | string | [] | Specifies the value of the input. |
options | string | "[]" | Specifies the suggestion labels available in the input. |
disabled | boolean | false | Makes the input disabled. |
readonly | boolean | false | Makes the input read-only. |
loading | boolean | false | Specifies the loading state. |
placeholder | string | null | Specifies the placeholder text in the input. |
Events
| Event | Description | Returns | |
|---|---|---|---|
change | Fires when a value is added or removed. | { detail: { valueArray: ['value1', 'value2'] } } | |