Questions tagged [easyautocomplete]

Use this tag if your question is relating to jQuery Plugin easyautocomplete

55 questions
0
votes
1 answer

Simplest EasyAutocomplete example not working

I'm probably doing something dumb and I will be embarrassed when I see the answer, but I cannot get the simplest example of EasyAutocomplete to work. Here is my complete code, based on the "Basics" example at http://easyautocomplete.com/guide…
0
votes
1 answer

Easy Auto-complet is not recognized

I would to use easy-autocomplete to add suggestions while my users are typing the pseudo of a player on my web-app. But it doesn't work. Here is the message I've got : people.js:7 Uncaught TypeError: $input.easyAutocomplete is not a function at…
gclement
  • 83
  • 9
0
votes
1 answer

Jquery easy-autocomplete styling

I'm trying to implement autocomplete with jquery easy-autocomplete plugin npm install --save easy-autocomplete I have two problems with its styling. Results are displayed in bulleted list. I need it to be a simple list. I've read this package…
Ernestas
  • 125
  • 12
0
votes
1 answer

Height of EasyAutoComplete is limited by div height

I have an EasyAutoComplete which gives City & PostalCode information. This Input is located in a small div, but the EasyAutocomplete window is limited by the height of the div. Only the first element is visible, other elements are not visible. If I…
Matsooh
  • 153
  • 6
0
votes
1 answer

$.easyautocomplete is not a function how to fix this

I have tried alot but this is not getting fix. I am trying to implement easyautocomplete but all the time its giving me its not a function, any help would be appreciated . these are the files and script code script…
Tayyab Vohra
  • 1,512
  • 3
  • 22
  • 49
0
votes
1 answer

EasyAutocomplete: Detect if JSON attribute is null

I have an EasyAutocomplete input field that takes in a UK postcode which is retrieved by the postcodes.io API. I am using the autocomplete function (api.postcodes.io/postcodes/{input}/autocomplete) which returns a list of possible matches for the…
Flik
  • 365
  • 1
  • 7
  • 18
0
votes
1 answer

Trigger an event within a jquery plugin from outside

I use the jquery easy autocomplete plugin which has an internal event "onSelectItemEvent". now i want to call this event from outside (since it is bound to an extensive function i wrote already). I prepared a fiddle, but triggering the plugins event…
Email
  • 2,395
  • 3
  • 35
  • 63
0
votes
1 answer

easy-Autocomplete implementation problem: javascript not executing and JSON not being processed

I am a new Ruby on Rails developer working on an app that uses the easy-Autocomplete plug-in. I have followed a tutorial on it and cannot get it to fully work. The javascript is not executing automatically and when manually invoked, the resulting…
pstutler
  • 1
  • 2
0
votes
0 answers

Easy Autocomplete nested Json structure

I'm having a hard time to structure the list location for items array in order to access name attribute in search.js Below is the nested JSON structure: { menus: [ { name: "Summer ", url: "/menus/2", items: [ { …
Marvin
  • 11
  • 4
0
votes
0 answers

WARNING: Fail to load response data using easy-autocomplete

I am using the easyautocomplete, http://easyautocomplete.com/, to populate a list or autocomplete in a search field. The code is as follows: var options = { …
Fahim Akhtar
  • 359
  • 1
  • 4
  • 13
0
votes
1 answer

TypeError: $(...).easyAutocomplete is not a function

I am trying to follow jquery easyAutocomplete docs and getting this error. I know this is a very common question and there have been asked a handful in SO. But none of them seems to erase my error. Here is my code test.js var options = { url:…
Proteeti Prova
  • 1,079
  • 4
  • 25
  • 49
0
votes
1 answer

Upon attaching EasyAutocomplete to input box, it loses focus

I am using EasyAutocomplete, it works well, only problem I am facing - Input box loses control when EasyAutocomplete is attached to it. I want EasyAutocomplete to get activated after the user has typed 2 characters. When I type 1 character nothing…
lmao
  • 452
  • 1
  • 5
  • 13
0
votes
2 answers

Uncaught TypeError: $(...).easyAutocomplete is not a function

I am creating a web app using Node js and express. For autocomplete I am using a third party node module called easy-autcomplete. I have followed the documentation and included all the files however I am getting the following error Uncaught…
rut_0_1
  • 761
  • 1
  • 11
  • 34
0
votes
1 answer

Easyautocomplete + Vue.js - how to update stored variable by click?

I have an input text field, which value is stored in "app.adress" component in Vue. I'm now using "Easy-autocomplete" plugin, which displays a list of suggested values. When I click one it appears in the text field, but is not saved in "app.adress"…
Piotr Koller
  • 599
  • 3
  • 8
  • 17
0
votes
1 answer

Easy-autocomplete doesn't display any suggestions, but no errors either

this is my code, which uses easy-autcomplete component.
Piotr Koller
  • 599
  • 3
  • 8
  • 17