When initializing a typeahead, there are a number of options you can configure.
highlight: If true, when suggestions are rendered, pattern matches for the current query in text nodes will be wrapped in a strong element. Defaults to false.
If false, the typeahead will not show a hint. Defaults to true.
The minimum character length needed before suggestions start getting rendered. Defaults to 1.