MultipleDropdownComponent.onChange method
MultipleDropdownComponent › onChange
Sets the callback function to be called when the component is changed.Signature:
onChange(callback: (value: readonly string[]) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| callback | (value: readonly string[]) => void | The callback function to be called when the component is changed. |
Returns: this — The component.