Skip to content

MultipleDropdownComponent.onChange method

MultipleDropdownComponent › onChange

Sets the callback function to be called when the component is changed.

Signature:

onChange(callback: (value: readonly string[]) => void): this

Parameters:

ParameterTypeDescription
callback(value: readonly string[]) => voidThe callback function to be called when the component is changed.

Returns: thisThe component.