Home > widget-integration > InstantSearchController > handleSubmit
InstantSearchController.handleSubmit() method
Handle form submit.
Signature:
protected handleSubmit(event: Event, input: HTMLInputElement): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
event |
Event |
Click event |
|
input |
HTMLInputElement |
Input element |
Returns:
void