MultipleTextComponent.onChange method
MultipleTextComponent › onChange
Adds a change listener to the component.Signature:
onChange(callback: (newValue: readonly string[]) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| callback | (newValue: readonly string[]) => void | The callback to call when the value changes. |
Returns: this — The component.