Questions tagged [autosuggest]

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.

895 questions
-1
votes
1 answer

Is there a way to autocorrect spellings in solr and return additional fields corresponding to corrected value?

I have used suggester component in SOLR but I feel its more limited due to the fact that I lose control over the values and the fields (if I am in interested in getting back other fields along with my corrected spelling). I am currently using…
Learner
  • 2,303
  • 9
  • 46
  • 81
-1
votes
2 answers

ajax search suggest autocomplete, server keep querying

ajax search suggest autocomplete. when i input something, ajax sends them to the server, query them and send back to client. But sometime when i input some words, ajax sends them to the server, server keep querying them. Should I set up timeout?
Jason
  • 363
  • 1
  • 8
  • 19
-1
votes
4 answers

Auto-suggest Technologies and Options

I would like to integrate auto-suggest on my website. Which option should I pursue? Are there any advantages with going the jQuery route vs the Javascript route? What about disadvantages? What about having my local javascript request information…
-1
votes
1 answer

Capture "auto-suggest" event using JavaScript

I have created a nice cross-browser utility which ensures that form "placeholders" behave in the same way (including IE which does not implement them) However, this has created a different problem when a user fills a form and the browser helpfully…
Dualcyclone
  • 51
  • 1
  • 2
-2
votes
3 answers

Reactjs autosuggest - Receive selected items

How can I get the selected element when I submit the form. I'm using reactjs autosuggest. My Parent Component
-2
votes
1 answer

how to apply autojs master or jquery.asuggest in summernote editor or ckeditor

Note that its working fine on input type "text" or "textarea" but when applying on summernote editor/ck editor its won't working please flow that link actually i need this in my summernote editor or…
Shamim Ahmed
  • 57
  • 1
  • 12
-2
votes
1 answer

python IDE, code suggestion, pycharm

I use latest community pycharm(2016.2.3) under windows 7 with latest python 2.7. I write a little in python but it gives me big pain with code completion. For example: I want to use beautiful soup library. I installed it with pip in pycharm. I do…
-2
votes
1 answer

How to get JComboBox Auto-suggestion

Friends, in this project I need a list suggestion as the user types. I have looked at many examples and have started work on it and it somewhat works. The problem is, it only shows the suggestions for the first letter typed and when the second…
user2827435
  • 39
  • 1
  • 2
  • 7
-3
votes
2 answers

suggestions Don't work in vs code Just in python

when I write Something in vs code by python It dosn't show me the suggestion and when click ctr+space it show me loading and it still like that .image 1 I think there is problem in setting.json but it looks correct this is my setting notice : this…
-3
votes
1 answer

How do I click on one of the values in a list and put the text into a text box?

I'm trying to do an autosuggest search box and I have everything working but I can't find a way so that when I click on one of the items in the list to have that text go into the textbox. I also need the list to disappear once once this happens.…
TheHerndog
  • 67
  • 5
1 2 3
59
60