autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

jQuery autocomplete plugin like Google autocomplete

Results 30 autocomplete issues
Sort by recently updated
recently updated
newest added

How to set delay option? Currently for every character it is calling the rest api. I want to set delay option to reduce the api calls, but how?

![Screenshot (516)](https://user-images.githubusercontent.com/73911520/107566210-9b8b4300-6c0a-11eb-9dad-a5435cf2b4de.png) It used to show a small description of the items over which I hover the cursor. But now, it shows like this. Does anyone know how to solve...

Please add "No result found" if we type something that's not in the dropdown list.

in v1.2.6 the code on lines 1006-1010 attempts to set the background of the textbox to transparent. This value does not appear to be supported in IE and results in...

The `demo/` directory lacks an HTML file, so it doesn't actually work as a demo.

Let say the input that has autocompleteJs will dynamically change the value. e.g. $("input").val("test"); How can I trigger autocompleteJs to show result based on the new value of the input?

I have fixed this issue. please verify https://github.com/xdan/autocomplete/pull/38

Hi, Trying to implement onscroll dropdown event to load more data in autoocomplete. Is there a easy way to implement that? thanks

Hello. At lines 999-1003, there is a try/catch portion of code that sets a transparent background. It overwrites the CSS classes from the CSS files, and so creates an unwanted...

I am only getting the first 20 items on the list when I use an object, it works fine when I dont. But I need to pass other data and...