Most voted "self-cmplete" questions
Refers to the function of filling a word automatically and/or suggesting possible options from just a fragment of the word.
Learn more…123 questions
Sort by count of
-
0
votes1
answer45
viewsError making autocomplete c#
I’m trying to make an autocomplete, but is giving the following error, not even make the post... My code is like this: <script type="text/javascript"> $(function () {…
-
0
votes2
answers145
viewsJquery autocomplete 1.9.1
I have an app using Jquery 1.9.1 (uses the old version because it has functions in the menu that only work in this version), I’m trying to make the autocomplete, but is giving error…
-
0
votes1
answer88
viewstake jquery autocomplete value for dynamic online calculation
I need to take the returned value of the autocomplete to make a sum in a dynamic list of products, and already does the calculation of value and quantity and now I needed to insert a new column…
-
0
votes1
answer103
viewsBootstrap-3-Typeahead does not list options
am using Bootstrap-3-Typeahead plugin that should work simply. My server-side method is right, bringing the selection options but not a list. From what I read in git, it doesn’t even need extra css,…
-
0
votes1
answer767
viewsBootstrap-3-Typeahead, list options based on search displaying another field
Using Bootstrap-3-Typeahead plugin performing the search based on what the user type and displayed the information from another column of the database. My server-side method performs the filter…
-
0
votes1
answer77
viewsreturning blank autocomplete
I do a search in my database to find the name of the products without exceptions (I don’t know if it’s relevant, but this return is a string list) var listaDosProdutos =…
-
0
votes1
answer90
viewsHow do I dynamically change the minimum number of search characters in the jQuery Autocomplete library
I’m trying to dynamically change the attribute minLength library jQuery Autocomplete. This need is due to the fact that if the user performs the search by the name or email of the client the minimum…
-
0
votes1
answer105
viewsAutocomplete not working - Asp . net MVC
Good morning guys, I’m having trouble implementing a field with autocomplete in an Asp . Net MVC application. The problem is this, using an Ajax I can go to my controller and search for results of…
-
0
votes1
answer336
viewsHow to put an echo json_encode passing a PHP function with javascript parameter?
My question is this:: I have a php class that has a function that searches for an array of data and I put an echo json_encode that will then make the autocomplete work. as follows: <script>…
-
0
votes0
answers62
viewsAutocomplete materialize by closing
Friends someone knows how to solve the following problem, the materialize autocomplete, does not show when completing the lenght, but when clicking again on the input it opens and closes quickly…
-
0
votes1
answer22
viewsAutocomplete does not display php form data
I’m having a problem with a site where the autocomplete that searches the database data is not returning the value of the php page where the GET upload. When I go to the console it shows error in…
-
0
votes1
answer61
viewsAutocomplete does not go to the specified page
I am using jQuery to create a search field with "autocomplete" that is working perfectly. However, I am unable to direct to the link, when the user selects. My code is like this: <head>…
-
0
votes1
answer29
viewsAutocomplete in bringing result in other input
Good Night, I need some help! , I believe it’s very simple, but I’m already 3 hours into this code, and I went blind! kkkk I have a form that contains the fields below. I am doing the autocomplete…
-
0
votes1
answer115
viewsHow to make an auto complete in the Standard
<input class="typeahead form-control" style="margin:0px auto;width:200px;" type="text"> </div> <script type="text/javascript"> var path =…
-
0
votes0
answers47
viewsAutocomplete with duplicate requests
Hello, I wrote a autocomplete code, but the requests are duplicated every time I press a new key, from the amount greater than that stipulated in the filter. For example, when I type 4 keys, make 4…
-
0
votes1
answer207
viewsFlutter Autocompletetextfield with dynamic hintText
Description My App consists of two widgets: The first (Autocompleteinput) is composed of an autocomplete field (Autocompletetextfield) and a button beside it as shown in the following image: When an…
-
0
votes2
answers62
viewsHow to generate auto increment field, in Django models, that is not PK, and that depends on information from another field that is FK?
I’m developing an application in Django that has two models, Modality and Bidding. The Bidding has a FK field (models.Foreingkey), which pulls the Modality. I would like this field to generate an…
-
0
votes1
answer36
viewsVBA - How to autocomplete a word in the middle of Textbox
Hello! I am developing a VBA project whose main input is a function f(x,y). I still find it difficult to configure the Textbox to limit the entries, for example: when inserting the "c" character, I…
-
0
votes1
answer24
viewsAutocomplete shows options but does not filter as typed
I’m a beginner in Jquery and I’m having the following problem: I need an input where I use the autocomplete to select the municipality I want. It displays the options, but is not filtering as the…
-
0
votes1
answer29
viewsAutocomplete dropdown menu
I implemented a Autocomplete system in one of my form inputs and wanted to know if I can return the result of several arrays. The system serves for scheduling bath of a pet shop and I wanted to…
-
-1
votes1
answer311
viewsAutocompletetextview
I’m having trouble showing the dropdown of the items, it is appearing below the keyboard, as in the image attached. Would you have a way to make the dropdown show up the textview? Edited, code added…
-
-1
votes2
answers601
viewsPHP Jquery dynamic autocomplete
I am developing a php registration page where it contains 2 fields, a dropdownlist select field whose name is "Category" and the other an input field with autocomplete functions whose name is…
-
-2
votes1
answer119
viewsHow to clear div when input is empty with jquery-json autocomplete?
I have this code that is not mine, I do not know javascript, but I need this functionality, it is working right, as I type it will autocomplete creating li, with image and text with json, but when I…