...
The Autocomplete component displays a preview of search results after a user begins to type a query in the Search component.
...
Selector
The selector for this component is <hawksearch-autocomplete>
.
Data Model
This component is bound to an instance of AutocompleteResponse. All properties from this object are made available to the Handlebars template along with the AutocompleteItemType enum.
...