Skip to content

AbstractInputSuggest.selectCb method

AbstractInputSuggest › selectCb

Unofficial

Callback for selecting a suggestion.

Signature:

selectCb(value: T, evt: KeyboardEvent | MouseEvent): unknown

Parameters:

Parameter Type Description
value T The value of the suggestion.
evt KeyboardEvent | MouseEvent The event that occurred.

Returns: unknownThe result of the callback.