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

afterRender is a useful option if, for example, you need to show results with animation that is not currently provided

Thank you for this software - we have used it for years. During static analysis, I found a security vulnerability in this software. According to the [security tab](https://github.com/devbridge/jQuery-Autocomplete/security) of this...

transformResult is mentioned in docs as an event called for both local and Ajax. But it looks like the callback is only called when .done() runs on the Ajax call,...

Hello, When hitting the backward key in the search input I got a "Cannot read property 'toLowerCase' of undefined" error. I solved the issue with editing the findBestHint function when...

Trying desperately to get the library working with a PHP script. At the moment it's just returning a hardcoded JSON string but as shown in image below ... the result...

Hi! This patch chages bahaviour when using Tab and Enter to be more consistent with plugin role. **Why:** Warning: it is not easy to understand what is wrong, so be...

1、BUG:点击选项容器的滚动条,无法阻止 onBlur 的隐藏事件。导致只能使用鼠标滑轮滚动。 2、没有提供触发函数,只能通过文本框的焦点事件触发,当我希望从其他按钮触发全部显示的时候,不方便。(列:我在文本框后面提供下拉箭头) 1. BUG: Click the scroll bar of the option container, which cannot prevent onBlur from hiding events.This results in scrolling only with the mouse pulley. 2....

Fixes #809. If someone is a "slow clicker" it can happen that the autocomplete selection is closed instead of triggering the click event. You can try this when holding the...

Clicking an item on the selection list sometimes does not select the item. You need to click fast to select the item. If you are slow releasing the mouse button...

Hi there, i recognized that the ajax input is still running when the current input is < minChar. That causes that "onSearchComplete" with the last minChar request is is called...