Home > widget-integration > InstantSearchController > performClose
InstantSearchController.performClose() method
Perform the actual close operation.
Separated from closeSuggestion to support deferred close (e.g., Symmetry theme delay).
Signature:
protected performClose(isFullWidth: boolean, input?: HTMLInputElement): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
isFullWidth |
boolean |
Whether full-width style is active |
|
input |
HTMLInputElement |
(Optional) Optional input element |
Returns:
void