Home > widget-integration > InstantSearchModule > handleKeydown

InstantSearchModule.handleKeydown() method

Handle keydown event. For legacy compatibility.

Signature:

handleKeydown(event: KeyboardEvent, input: HTMLInputElement): void;

Parameters

Parameter

Type

Description

event

KeyboardEvent

Keyboard event

input

HTMLInputElement

Input element

Returns:

void