Home > widget-integration > InstantSearchModule > handleInputChange
InstantSearchModule.handleInputChange() method
Handle input change event. For legacy compatibility.
Signature:
handleInputChange(event: Event, input: HTMLInputElement): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
event |
Event |
Input event |
|
input |
HTMLInputElement |
Input element |
Returns:
void