SearchView.onKeyEnterInFocus method
SearchView › onKeyEnterInFocus
Unofficial
Handle the enter key when a search result is focused.Signature:
onKeyEnterInFocus(event: KeyboardEvent): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | KeyboardEvent | The keyboard event. |
Returns: void