jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields

Results 106 jQuery-Autocomplete issues
Sort by recently updated
recently updated
newest added

Hey there. I added option to specify function as showNoSuggestionNotice. It's helpful when there is need to dynamically decide weather to display noSuggestionNotice or not. The function takes suggestions as...

Last versions of Google Chrome ignore property 'autocomplete="off"'. We need change it to 'autocomplete="new-password"' for disabling internal Chrome autofill feature when plugin initialized. It works for any text fields, not...

It's strange behaviour that when a user selects the input field when a value has been selected already, the onSelect event triggers. In other words: 1. Type in field 2....

if you click and hold (without releasing mouse), the dropdown will still blur/hide. This is because the order of events goes mousedown -> blur -> mouseup -> click So basically...

Hi Tomas, Let me try this one more time... We are experiencing the same issue as the poster in the following old post: #6 However, since you've removed the onchange...

I am trying to emulate this jQueryUI autocomplete behaviour ([jsFiddle](https://jsfiddle.net/rwone/ga4xqtzy/)) where the lookup match is performed at the beginning of one object value and anywhere is another object value. I...

Hi, Keyup events seem to not work in Firefox mobile on Android - the issue is described here: http://stackoverflow.com/questions/14194247/key-event-doesnt-trigger-in-firefox-on-android-when-word-suggestion-is-on Basically, adding an "input" event to the "keyup" event works. Line...

I think it would be really good to have 'flex' width with a minimal size, so that the autocomplete box always lines up with the search box it is attached...

Is there a change log or version history anywhere? I can't seem to find one. I'd like to know what's being fixed/added with the plugin so i'm aware of new...

Hello, It would be nice to have a way to override (or extend) default classes in order to customize the result as we need. Moreover, we such option, we could...