Skip to content

SearchView.onKeyEnterInFocus method

SearchView › onKeyEnterInFocus

Unofficial

Handle the enter key when a search result is focused.

Signature:

onKeyEnterInFocus(event: KeyboardEvent): void

Parameters:

Parameter Type Description
event KeyboardEvent The keyboard event.

Returns: void