Suggest Multiple Input API
API Reference e-suggest-multiple-input
Properties
Name | Description | Type | Required | Default value |
---|---|---|---|---|
value |
Specifies the value of the input. | string | - | [] |
options |
Specifies labels in the input | string | - | "[]" |
disabled |
Makes the input disabled | boolean | - | false |
loading |
Specifies loading state. | boolean | - | false |
placeholder |
Specifies the placeholder in the input. | string | - | null |
Events
Event | Description | Returns |
---|---|---|
change |
Fires on adding or deletion | { detail: { valueArray: ['value1', 'value2'] } } |