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
17
votes
1 answer
iOS 13 Xcode how to remove QuickType on UIKeyboard ( auto complete / auto suggest )
UIKeyboard with QuickType!
It is bad to know that there is no sufficient space of screen on iPhone devices, now apple has been taken more room by adding QuickType. How can I remove it for items that do not need quicktype's auto complete, auto…

Mike Zriel
- 1,575
- 1
- 17
- 28
14
votes
2 answers
Json is being cached incorrectly
Hy!
My JS is requesting a JSON from controller to edit an existing object, a populated dropdownlist.
Then, the View send the actual values from my autosuggest dropdown, to lately the new value be compared to the old one and the new values be…

Thiago
- 1,547
- 3
- 25
- 40
14
votes
2 answers
How to focus a input field, which is located in a child component
I have a button in a parent component. I want to focus an input field, which is located in a child component, by clicking on that button. How can I do it.

Eranga Kapukotuwa
- 4,542
- 5
- 25
- 30
13
votes
4 answers
Duplicate hints while typing expression in Visual Studio Code
Why do I have the same suggestions while typing expression?
Example:

Denis Waleev
- 145
- 2
- 8
13
votes
3 answers
Make Eclipse intellisense/auto-suggest automatic for locally scoped and member variables/methods
Is there any way to make the auto-suggest drop down list appear for locally scoped variables and local member variables/methods without having to push ctrl+space? Like Visual Studio does? It appears automatically for members of objects after getting…

Garcon
- 2,463
- 3
- 23
- 24
13
votes
4 answers
Google like autosuggest with Solr
I'm currently using Solr with Terms Component and Jquery Autosuggest which works quiet good. However, this construct is limited to one autosuggest word (it autocompletes only the first word). Is it possible to implement a Google like autosuggest…

svenkubiak
- 645
- 1
- 7
- 19
13
votes
4 answers
Netbeans refuses to auto suggest known classes for imports
I just discovered that my NetBeans suddenly stops importing classes that are found in the Java API but can still import classes from my external libraries. Take a look at the image below:
As you can see, List and ArrayList are classes from the…

Jevison7x
- 709
- 2
- 14
- 31
12
votes
1 answer
SOLR suggester multiple field autocomplete
I have setuped suggester component for autocomplete for one field(it work fine), but I need it for multiple fields is this possible?
My solrconfig xml:
…

vladimir
- 695
- 3
- 10
- 23
12
votes
3 answers
HTML Form text input suggestions box
I am attempting to modify one of my text input boxes in a form that I have. I would like suggestions to pop up as the user types. Basically, I would like to emulate the "Tags" box that is on the ask question pages here on Stack Overflow, but with…

Ross Larson
- 2,357
- 2
- 27
- 38
12
votes
3 answers
How do you turn off browser suggestions on html input
How do you turn this off browser suggestions on html input?

Fast Arrows
- 259
- 2
- 11
12
votes
2 answers
lite weight and SIMPLE jquery auto suggest/autocomplete?
all i need is a very simple auto complete that suggests words that have the letters the user is typing in them, very simple, nothing fancy, either inline or from an external file, i only need about 20 or so results to be suggested total.
I saw this…

android.nick
- 11,069
- 23
- 77
- 112
11
votes
2 answers
Elasticsearch : Completion suggester not working with whitespace Analyzer
I am new to Elastic search and I am trying to create one demo of Completion suggester with whitespace Analyzer.
As per the documentation of Whitespace Analyzer, It breaks text
into terms whenever it encounters a whitespace character. So my
…

Jimmy
- 1,719
- 3
- 21
- 33
11
votes
2 answers
Intellij - is there autocomplete for the type of a for loop?
like in eclipse, if you wrote a for loop like this:
for (name : names)
eclipse auto complete would let you add the type, so you'll get:
for (String name : names)
is there a similar feature in IntelliJ?
normal auto complete CTRL+SHIFT+SPACE or…

shemerk
- 257
- 5
- 16
11
votes
1 answer
GWT: Suggest box with multiple words
I need to make suggestion TextBox where user can write some keywords ( to search across file archive with specified keywords ). But keywords can be entered sequentially with some delimiter.
for example: keyword1; keyword2; key...
I want to make it…

Igor Konoplyanko
- 9,176
- 6
- 57
- 100
10
votes
2 answers
jQuery plugin for a simple input box for comma-separated tags with autosuggest
I'm searching for a jQuery plugin with following functionality:
It should display an input box, in which tags would be put in like so: 'bees, beads, beards'.
When a user is typing a tag, it should display an autosuggest box for the user's…

Stas Bichenko
- 13,013
- 8
- 45
- 83