Autosuggest is an UI feature provided by applications, where the program predicts and shows a list of possible options that the user wants to choose from without the user actually typing it in completely.
Questions tagged [autosuggest]
895 questions
0
votes
1 answer
Drew Wilson Auto Suggest Plugin not working
I have my index page INDEX.html and a PHP page TEST.php then an autosuggest javascript code.
I am trying to make an auto suggest search field.
I am not getting autosuggest output.
Only NO RESULT FOUND is shown.
Someone please help me to make…

nikki
- 375
- 2
- 4
- 13
0
votes
2 answers
android EditText what inputType to avoid text suggestions
one of my biggest peeves is how some android keyboards make text suggestions come up with no way to hide the keyboard. I think this has something to do with the kind of editable field is being focused.
What inputType will make this never happen? I…

CQM
- 42,592
- 75
- 224
- 366
0
votes
1 answer
Creating a GWT SuggestOracle with custom object suggestions
I'm trying to convert a drop down box widget into a SuggestionBox because the current drop down menu has 100+ choices. It seems like you can only add String suggestions to a SuggestOracle though. I need to be able to add a custom object that…

James Hush
- 479
- 1
- 10
- 26
-1
votes
1 answer
Mootools Autocomplete
Does anyone know of a plugin script for mootools autocompete?
Digitarald is throwing loads of errors such as:
input.substr is not a function
[Break On This Error] if (input.substr(0, start).toLowerCa...queryValue.toLowerCase()) start = 0;
Meio I…

slotishtype
- 2,715
- 7
- 32
- 47
-1
votes
0 answers
Solr suggester no results while building
We're using the Solr (8.11) suggester for an autosuggest feature in our application. The build takes about 2 days to finish and as a result the autosuggest is not available during this time.
I tried to create duplicate search component and…

user2786069
- 1
- 1
-1
votes
1 answer
macOS Visual Studio Code NO suggestions for robot framework file only
I have enabled all of the suggestions fields and checked together with senior, also googled, but we haven't found a reason for that.
I am using
robotframework (helloworld.robot)
SeleniumLibrary
Python
I have tried in settings, but no success

Paulina Puh
- 1
- 1
-1
votes
1 answer
VSCode auto suggest latest versions pip requirements.txt
Identify an unkown feature
On a previous VSCode installation (OSX Vscode 1.7.x), a feature was enabled that auto suggested the 3rd party dependencies in the pip requirements.txt file.
I am on a fresh install of VSCode(1.71.2 linux) and have…

Ramon
- 401
- 6
- 8
-1
votes
1 answer
What is the best way to work with a huge address database for autosuggest?
I have a database of about 300,000,000 addresses for a country. This data is supposed to be used for auto-suggest in a form, i.e: if the address is 1900 Country Hill Road, user would type Count (assuming at least 3 characters to trigger auto-suggest…

Fid
- 462
- 4
- 21
-1
votes
1 answer
Drop down with search feature for over 300k records
There is a multi select drop down in GUI which has over 300k records. Due to this huge data, GUI was slowing down for more than 5 minutes. I want to
introduce a search option which helps to find proper record
Reduce loading time - This is my…

Aravind K
- 31
- 1
-1
votes
1 answer
I need to verify that suggestion list in coveo's search suggests correctcly
So, yes, I tried to locate suggestion magic box by css selector in Selenium, tried to send DOWN key to select suggested values, tried to find element's tag by JavaScript but nothing helps.
All that I found is that element lay somewhere…

Anton Sinyaev
- 1
- 2
-1
votes
1 answer
How can I implement auto suggest/complete box using Jquery?
Requirement:-
User input - Suppose i have table called Customer_Data and it has columns called customer_id and customer_name.
User will start typing table name then it should suggest related table names and after that if user is willing to select an…

Akshay Patil
- 13
- 4
-1
votes
1 answer
Autosuggest to work with JSON
Allthough JQuery has en autosuggest function, the Drew Wilson version forked by Wu Yuntao is more versatile.
However I cannot make it work when referencing an external data source
To make it very simple:
Client part:

PC-Gram
- 81
- 1
- 2
- 11
-1
votes
1 answer
How to handle Autosuggestion text field having dropdown list in Selenium?
There is a text field called "Choose an Industry" on clicking inside it will show list of dropdown values.
Attaching the screen shot for ref

Rahul N
- 103
- 2
- 7
-1
votes
1 answer
ADF AutoSuggest not working on mobile
I'm building a web app and implemented to two inputText fields the AutoSuggestion functionality in Java. It works fine on desktop but when I run the page in mobile (with all its responsive tags Ex. matchmediaBehavior) it doesn't produce the…

Edian Reyes
- 39
- 5
-1
votes
1 answer
Make PDO powered autosuggest search box work with UTF8 data
So there is a great tutorial on making a search box with autosuggest here. And it works great on my Wordpress MySQL database.
However the problem is with Japanese characters... I added the following line to the PHP: $conn->exec("set names utf8");…

mesqueeb
- 5,277
- 5
- 44
- 77