AbstractInputSuggest โ€บ setValue

AbstractInputSuggest.setValue() method

Sets the value into the input element.

Signature:

setValue(value: string): void;

Parameters

ParameterTypeDescription
valuestring

Returns:

void