Home > widget-integration > InstantSearchController > handleReset
InstantSearchController.handleReset() method
Handle reset button click.
Signature:
protected handleReset(input: HTMLInputElement, resetButton: HTMLElement): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
input |
HTMLInputElement |
Input element |
|
resetButton |
HTMLElement |
Reset button element |
Returns:
void