Multiselect.onChange method
Multiselect › onChange
Unofficial
Handle the change event of the multiselect.Signature:
onChange(changeCallback: (values: string[]) => void): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| changeCallback | (values: string[]) => void | the callback to handle the change event. |
Returns: void