Skip to content

DropdownComponent.changeCallback method

DropdownComponent › changeCallback

Unofficial

The function that's called after changing the value of the component.

Signature:

changeCallback(value: string): void

Parameters:

Parameter Type Description
value string

Returns: void

Remarks:

Using DropdownComponent.onChange(callback) assigns the callback to this method.