jquery-ui.autocomplete.match

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i jquery-ui.autocomplete.match

Weekly Downloads

66

Version

1.0.2

License

MIT

Last publish

Collaborators

  • asleepwalker