Skip to content

Multiselect.onChange method

Multiselect › onChange

Unofficial

Handle the change event of the multiselect.

Signature:

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

Parameters:

Parameter Type Description
changeCallback (values: string[]) => void the callback to handle the change event.

Returns: void