Typeahead highlight (auto-completion)

Description

When suggestions are rendered, pattern matches for the current query in text nodes will be wrapped in a strong element with its class set to tt-highlight.

Default value

typeahead: {
    highlight: true
}

Examples

typeahead: {
    highlight: false
}