Home > widget-integration > InstantSearchController > bindInputEvents

InstantSearchController.bindInputEvents() method

Bind event handlers to an input.

Signature:

protected bindInputEvents(input: HTMLInputElement): void;

Parameters

Parameter

Type

Description

input

HTMLInputElement

Input element

Returns:

void