Multiselect.changeCallback method
Multiselect › changeCallback
Unofficial
The callback for the change event.Signature:
changeCallback(values: string[]): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| values | string[] | the values of the multiselect. |
Returns: void