Top "Autocomplete" questions

Autocomplete is a UI feature provided by applications, where the program predicts a word or phrase that the user wants to type without the user actually typing it completely.

How do I move focus to next input with jQuery?

I am using the autocomplete plugin with jQuery and it is working fine. However, in IE, when the user selects …

javascript jquery autocomplete
Google maps Places API V3 autocomplete - select first option on enter

I have successfuly implemented Google Maps Places V3 autocomplete feature on my input box as per http://web.archive.org/…

javascript google-maps autocomplete google-maps-api-3
Limit results in jQuery UI Autocomplete

I am using jQuery UI Autocomplete. $("#task").autocomplete({ max:10, minLength:3, source: myarray }); The max parameter doesn't work and I still …

jquery-ui autocomplete jquery-ui-autocomplete
Autocomplete syntax for HTML or PHP in Notepad++. Not auto-close, autocompelete

How can I get autocompletion of syntax for HTML or PHP in Notepad++? Not auto-close, I am looking for autocompelete.

php html autocomplete notepad++
Autocompletion in Vim

In a nutshell, I'm searching for a working autocompletion feature for the Vim editor. I've argued before that Vim completely …

c++ vim ide autocomplete
AutoComplete TextBox in WPF

Is it possible to make a textbox autocomplete in WPF? I found a sample where a combo box is used …

wpf textbox autocomplete wpf-controls
Find file in directory from command line

In editors/ides such as eclipse and textmate, there are shortcuts to quickly find a particular file in a project …

bash shell autocomplete
Disable form autofill in Chrome without disabling autocomplete

How can we disable Chrome's autofill feature on certain <input>s to prevent them from being automatically populated …

html google-chrome autocomplete autofill
How to define custom sort function in javascript?

I use atocomplete.jquery plugin to suggest input text, as the result I get this array: ['White 023','White','White …

javascript function sorting autocomplete
Google Maps API - how to get latitude and longitude from Autocomplete without showing the map?

I'm trying to get latitude and longitude from Autocomplete Google Maps API without showing the map. In my script autocompletion …

javascript google-maps-api-3 autocomplete latitude-longitude