Home > widget-integration > InstantSearchController > openDropdown
InstantSearchController.openDropdown() method
Open dropdown style.
Signature:
protected openDropdown(input: HTMLInputElement): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
input |
HTMLInputElement |
Input element |
Returns:
Promise<void>