Home > widget-integration > InstantSearchController > handleEnter

InstantSearchController.handleEnter() method

Handle Enter key press.

Signature:

protected handleEnter(input: HTMLInputElement): void;

Parameters

Parameter

Type

Description

input

HTMLInputElement

Input element

Returns:

void