Skip to content

Typeahead hint (auto-completion)

Description

Allows to show top suggestion from a dropdown as a hint in input field.

Default value

typeahead: {
    hint: false
}

Examples

typeahead: {
    hint: true
}

Styling

To change hint style modify CSS properties for class tt-hint. Default values are set in css/autocompletion.css.

.tt-hint {color: #ccc;}

See also

top

Funnelback logo
v15.24.0