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.

Automatically insert a matching brace in Vim

I spend way too much time fumbling around because Vim doesn't handle closing braces like most IDEs do. Here's what …

vim autocomplete
Atom JavaScript Autocomplete

I'm new to Atom and JavaScript, Atom seems to be pretty good for web developing. But to my best knowledge, …

javascript autocomplete atom-editor
Google Search autocomplete API?

Does Google provide API access to autocomplete for search like on the actual site? I have not been able to …

autocomplete google-search-api
Disabling Safari autofill on usernames and passwords

You might already know, that Safari has a nasty autofill bug where it fills email, username and password fields no …

html security autocomplete safari autofill
jQuery Autocomplete Categories Select Label and Value

Trying to get the jQuery Autocomplete with categories to return the selected value to the search field and the value …

jquery jquery-ui autocomplete jquery-ui-autocomplete
jQuery Autocomplete: Event-select

I am trying to submit a form when an item is selected from the menu. I set class on the …

jquery jquery-ui autocomplete jquery-ui-autocomplete
How do you style the dropdown on Google Places Autocomplete API?

We need to tweak the styling of the dropdown that shows the autocomplete place suggestions when using the Google Places/…

css google-maps autocomplete
Android Studio - XML Editor autocomplete not working with support libraries

I just started using the new android.support.design library. When using any of the widgets inside the XML editor …

android android-studio autocomplete
jQuery autocomplete: How to show an animated gif loading image

I'm using the jQuery AutoComplete plugin combined with ajax. Do you know how can I show a progress indicator while …

jquery jquery-ui jquery-plugins autocomplete jquery-autocomplete
JavaScript autocomplete without external library

Is there a javascript autocomplete library that does not depend on any other libraries? I am not using jQuery or …

javascript autocomplete