Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jquery-ui.autocomplete.match

asleepwalker209MIT1.0.2

jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists

jquery, jquery-ui, autocomplete, widget, combobox, match, matching, hightlight, highlighting, jquery-plugin

readme

jQueryUI.Autocomplete.Match Build Status Dependency Status

jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists.

$('input').autocomplete({
    highlight: true, // Or string with your own classname
    minLength: 0,
    source: ['Mojito', 'Long Island Iced Tea', 'Margarita', 'Pina Colada', 'Mai Tai']
});
.ui-autocomplete-match {
    color: #006CFC;
}

autocomplete

Demo

License

The MIT License.