Skip to content

Multiselect.onChange method

Multiselect › onChange

Unofficial

Handle the change event of the multiselect.

Signature:

onChange(changeCallback: (values: string[]) => void): void

Parameters:

ParameterTypeDescription
changeCallback(values: string[]) => voidthe callback to handle the change event.

Returns: void