Skip to content

Multiselect.changeCallback method

Multiselect › changeCallback

Unofficial

The callback for the change event.

Signature:

changeCallback(values: string[]): void

Parameters:

Parameter Type Description
values string[] the values of the multiselect.

Returns: void