Home > widget-integration > InstantSearchController > setupInputAttributes
InstantSearchController.setupInputAttributes() method
Setup input element attributes.
Signature:
protected setupInputAttributes(input: HTMLInputElement, index: number): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
input |
HTMLInputElement |
Input element |
|
index |
number |
Input index |
Returns:
void