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:

ParameterTypeDescription
valuestring

Returns: void

Remarks:

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