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

Good Morning, When I click edit a registry in the system, opens a screen where there is a AutoComplete and I need to change the selected item manually without using...

There is probably a bug here: https://github.com/devbridge/jQuery-Autocomplete/blob/master/src/jquery.autocomplete.js#L139 as when the `value` contains HTML, it gets injected directly into the HTML.

So I'm having a problem with dynamically updating the 'noSuggestionNotice' property, since I'm loading the lookup in from ajax, and want to tell the user when it's ready, and when...

hey guys, i used `jq colorbox` in a page, and `jq autocomplete` in that page as well, both via `` insert to the `html` file, but there is question: -...

Love the control, but working around this quirk is such a pain... Say we add: ``` control.change(function () { console.log('change'); }); ``` And ``` control.autocomplete({ onSelect: function (picked) { console.log('onSelect');...

Here is the situation: I need to get some suggestions when empty input is focused, so I used this options: ``` $('#suggest').autocomplete({ minChars: 0, serviceUrl: '/some/ajax/request' }); ``` It works...

add css "right" option,working when "width" option value equal "auto"

see: a bug result isBadQuery always return true #696

Hi, Is there a way to make the noSuggestionNotice selectable/clickable and have a callback ? The aim is to display "Create a new tag" for exemple so the user can...