Use this tag if your question is relating to jQuery Plugin easyautocomplete
Questions tagged [easyautocomplete]
55 questions
5
votes
0 answers
Having trouble setting up Bootstrap + jQuery + easyAutocomplete in Rails 6
I have been reading articles/forums and followed some guides on how to set it up however I'm still having trouble running bootstrap and jquery.
Installed bootstrap, jquery and easyAutocomplete via yarn, after this I have proceeded to set up my…

Adrian0012
- 175
- 1
- 5
4
votes
1 answer
Easyautocomplete links AND images
I've been looking around and haven't been able to find an answer to this. I can get JQuery Easyautocomplete (http://easyautocomplete.com/) to work with Links, then get it to work with images, but I can't seem to get it to work with both. I'm new…

Robert
- 41
- 2
3
votes
1 answer
Rails 6 App links not working until refresh
I tried to follow this tutorial by GoRails to add EasyAutoComplete to my Rails app:
https://www.youtube.com/watch?v=ibxlNN73UTY
Although the search bar functions as the GoRails guy demonstrates, I keep seeing this page whenever I click on any link:
…

Zex13
- 141
- 1
- 7
3
votes
1 answer
PHP object array to javascript variable
I need to convert a php object array into a javascript variable inorder for it to be used in 'easyautocomplete' plugin. Here is a rundown of what I'm trying to achieve:
var_dump of PHP object returned from database:
array(223) {
[0]=>
…

Inception
- 455
- 1
- 9
- 32
3
votes
2 answers
Width override of easyAutocomplete plugin inside input-group-addon
I have an input box in a form. I am using the easyautocomplete plugin in this input box. When I have input box outside the input-group-addon the input box has proper width. But, when I add it inside the input-group-addon, the width is…

Adarsh Madrecha
- 6,364
- 11
- 69
- 117
3
votes
0 answers
EasyAutocomplete jquery plugin for live search ,dropdown suggestion box overlapps input fields around it
The problem comes when I search in location, then its dropdown suggestions overlaps below input fields.
home.php

Saad Basit
- 43
- 1
- 5
2
votes
0 answers
Local JSON file does not work with easyautocomplete
How to connect a local JSON file correctly? And does EasyAutocomplete work with a local JSON file?
For example, this code does not work:
var options = {
url: "../Desktop/res/countries.json",
getValue:…

pronect
- 35
- 6
2
votes
0 answers
Property does not exist in EasyAutocomplete options API
I'm using easyautocomplete. I get data from an ajax request. I then filter it and create a new object which easyauotocomplete support. Finally, I set it to options data but it shows the following error in the console:
Property 'drenajs' does not…

Resul Rzaeeff
- 448
- 4
- 14
- 30
2
votes
1 answer
Font Awesome with easyAutocomplete plugin
I have a form in which I want to show the input text field and submit on the same line. The input text field has two FontAwesome icons which I want to show inside the text field. I can style the form as I want when I don't use the easy Autocomplete…

input
- 7,503
- 25
- 93
- 150
1
vote
2 answers
How can I limit users to only pick from options listed in EasyAutoComplete (jquery)?
I'm using EasyAutoComplete (http://easyautocomplete.com/), which while it does utilize jquery, is different from the standard jquery ui autocomplete. I'm trying to make it so that users can only select an item that is from the list that gets…

nightmare637
- 635
- 5
- 19
1
vote
2 answers
Why is the easy-autcomplete not working on Rails 6?
It has been several days now that i've been trying to make work the easy-autocomplete package with my Rails 6 application.
I followed this tutorial.
I tried some solutions, like this one but it still doesn't work.
In all my attempts the error…

b0rdjack
- 35
- 5
1
vote
0 answers
Error When Running easyAutocomplete in Rails 6 - easyAutocomplete is not a function
I followed this tutorial but I'm running into an issue: https://gorails.com/episodes/global-autocomplete-search
I am getting an error in the js console when refresh the page: search.js:31 Uncaught TypeError: $input.easyAutocomplete is not a…

jackerman09
- 2,492
- 5
- 29
- 46
1
vote
1 answer
How show easyautocomplete dialog only if cursor is in input
I'm trying set easyautocomplete on my input. Dataset i am geting from ajax json and there is some delay. If user is too fast and writes for example "Adam" and pushes tab, cursor skips to next input, but after easyautocomplete shows dialog on…

AdiOverRide
- 153
- 1
- 1
- 8
1
vote
1 answer
Custom Match Formula for EasyAutocomplete
I'm using a JS plugin called EasyAutocomplete to handle advanced autosuggestion on my website. It supports remote data sets (JSON, XML, plain text) and uses ajax method calls to search, sort and match the response phrase.
I'm trying to write a…

Mike B.
- 773
- 3
- 12
- 26
1
vote
1 answer
easyautocomplete basic search
It's been a while since I coded with jQuery so I'm probably making a basic error. Can anyone advise where I am going wrong please? Nothing happens when I type in the search box. Thanks.
In the head section: