Skip to content Skip to sidebar Skip to footer
Showing posts with the label Autocomplete

Google Maps Autocomplete Doesn't Work On 2 Pages (2 Different Forms)

Here's the setup of Google Autocomplete: Read more Google Maps Autocomplete Doesn't Work On 2 Pages (2 Different Forms)

Algolia Places And Rails: Autocomplete Form

I have an address form, which I would like to autocomplete upon user typing in the address (in my c… Read more Algolia Places And Rails: Autocomplete Form

Detecting And Disabling Autocompletion On Mobile Devices With Either Complete.ly Or Typeahead

In my project I want to use either complete.ly (see http://complete-ly.appspot.com ) or typeahea… Read more Detecting And Disabling Autocompletion On Mobile Devices With Either Complete.ly Or Typeahead

Easyautocomplete And Width Of Input

When I add behavior='autocomplete' to my input field, width is changing and not scaling any… Read more Easyautocomplete And Width Of Input

Show Just The Street Address In Google.maps.event.addlistener()

I have written a small function that will get the user address using the google.maps.event.addListe… Read more Show Just The Street Address In Google.maps.event.addlistener()

Tokeninput Autocomplete Not Working In Grails

I think this is more of a jQuery question than that of grails.I am trying to make tokeninput work w… Read more Tokeninput Autocomplete Not Working In Grails

Django Jquery-ui Autocomplete With Database

I want to use jquery-ui autocomplete plugin with my model. I have this model: class Baslik(models.M… Read more Django Jquery-ui Autocomplete With Database

Jsf 2.1 Ajax Autocomplete + Server Search Only After User Stops Typing

I'm developing a autocomplete solution with a database search based on typing events (onkeyup) … Read more Jsf 2.1 Ajax Autocomplete + Server Search Only After User Stops Typing

Extjs - Combo With Templates To Display Multiple Values

I am working on Extjs 4.1. I did implement an autocomplete feature for the text box. I'm now ab… Read more Extjs - Combo With Templates To Display Multiple Values

Jquery Autocomplete Error : Cannot Read Property 'label' Of Undefined

With reference to AutoComplete in Bot Framework , I had implemented GET method of search URL. Below… Read more Jquery Autocomplete Error : Cannot Read Property 'label' Of Undefined

Autocomplete Google Javascript

Hi I am having trouble getting the autocomplete to display like here. My code works on submit and d… Read more Autocomplete Google Javascript

Jquery Autocomplete Not Showing 2 Or Multiple Spaces In Drop Down Suggested

In JQuery autocomplete , similar items with difference of multiple spaces in between words are show… Read more Jquery Autocomplete Not Showing 2 Or Multiple Spaces In Drop Down Suggested

How To Prevent Closing The Menu After A Select?

I am using the jQuery Autocomplete widget and, inspired by this question in order to prevent closin… Read more How To Prevent Closing The Menu After A Select?

Jquery Ui Ui-autocomplete-loading Spinner Not Stopping/disappear When Found Results

I am using JQuery UI autocomplete-loading spinner in my project by adding .ui-autocomplete-loading … Read more Jquery Ui Ui-autocomplete-loading Spinner Not Stopping/disappear When Found Results

Getting Jquery Ui Autocomplete To Work With @mentions Only

I've had a look at a few questions, such as https://stackoverflow.com/a/7222592/2332251 I'm… Read more Getting Jquery Ui Autocomplete To Work With @mentions Only

Firefox Capture Autocomplete Input Change Event

I'm trying to subscribe to change events on an input tag for an ajax auto complete form. These … Read more Firefox Capture Autocomplete Input Change Event

Is It Possible To Capture Keydown Globally On Dynamically Added Text Inputs?

I'm using the following global jQuery to show and hide a loading div for $.ajax calls: $(docume… Read more Is It Possible To Capture Keydown Globally On Dynamically Added Text Inputs?

Infinite Scroll For Autocomplete In Angular Material 6

I'm trying to implement infinite scroll for autocomplete in angular material 6. My scenario is … Read more Infinite Scroll For Autocomplete In Angular Material 6

Jquery Autocomplete Doesn't Work With Key Value Pair Array

I try to create an autocomplete field with jQuery autocomplete widget, but it seems that does not w… Read more Jquery Autocomplete Doesn't Work With Key Value Pair Array

Google Maps Places API V3 Autocomplete - Select First Option On Enter (and Have It Stay That Way)

This question relates to the answer for this one: Google maps Places API V3 autocomplete - select f… Read more Google Maps Places API V3 Autocomplete - Select First Option On Enter (and Have It Stay That Way)