Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...