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
-
23
votes8
answers44013
viewsHow to remove auto complete input from google Chrome?
I want to remove yellow background when this enabled auto complete from Google Chrome. I tried to disable auto complete by applying: autocomplete="off" and I was unsuccessful. The top image is the…
-
9
votes3
answers2830
viewsExtract data from txt file to use in autocomplete
Update: Just for the record, there is no need to use jQuery-ui, it can be with another solution. I’m creating a autocomplete for a form, containing all the options in the CBO - Brazilian Code of…
-
7
votes1
answer1641
viewsMysql Workbench with autocomplete with all database columns when using table alias
I realized that after I installed a new version of Mysql Workbench the autocomplete brings columns from all tables, this when I use alias for table, when I repeat the table name the autocomplete…
-
6
votes1
answer402
viewsselect like over 3 million lines
I have a Maxmind table, with more than 3 million cities. I created the indexes for a simple select and is at satisfactory performance. The problem is that I am using an autocomplete and for that my…
-
5
votes2
answers1205
viewsJquery Autocomplete
I’m having Autocomplete Problems, I can pull the data but autocomplete doesn’t work ! $("#marcas").autocomplete({ source: function (request, response) { $.ajax({ type: 'GET', url:…
-
4
votes1
answer728
viewsError inserting Apostrophe in component using Auto Complete
I’m having trouble inserting the ' Apostrophe when I’m going to search for the component AutoComplete of Jquery UI. Jquery $("#<%=txtHipotePai.ClientID%>").autocomplete({ source:…
-
4
votes1
answer848
viewsAutocomplete shows no results in View input
I have seen other cases in some answers here, I tried to follow the steps of other answers and did not help at all! I’m having a doubt, this is my first time using autocomplete of jquery, I’m new in…
-
3
votes0
answers410
viewsAutocomplete with dynamic fields
I have a table with the fields (product, Qtde, pUnit and ptotal) the product field is autocomplete. When you enter the page, there is already a line, so the autocomplete works perfect. I’ve been…
-
3
votes1
answer85
viewsPrevent browser autocomplete in password
I have a lock screen that depresses the user by inactivity, asking only the password of the same to access again. It happens that this screen has no use if autocomplete is on, since anyone can touch…
html security-guard input browser self-cmpleteasked 6 years, 7 months ago dalton gonzalo Fuentes 155 -
2
votes2
answers560
viewsLimit the amount of results that appear in the jquery-Iu autocomplete
I’m using the jquery-Iu Autocomplete and everything is working perfectly. However I would like to improve the script at one point. I would like to limit the results. Because if I type To no input,…
-
2
votes2
answers501
viewsWhat is the way to configure VI to autocomplete and format the files in a standardized way according to each language?
I’ve been using VI for some years, I think about 20 years, at the time still in XCO Unix and Xenix, but I never took the initiative to make my environment fully parameterized to program in languages…
-
2
votes1
answer768
viewsHow to send an object ID in jQuery autocomplete?
I need the ID of the selected item in the jquery Autocomplete, when selecting the item by autocomplete, send the ID of the selected item to the form. On the label Text when sending the item ID via…
-
2
votes2
answers600
viewsHighlight term searched in bold with or without accent
Hello friends would love your help a lot. I am trying to highlight the words typed in bold in the search. the code below works only if you type "Brazilian selection" more if you type "Soccer…
-
2
votes1
answer56
viewsDetect ":" and show suggestions with jQuery
I own a textarea and would like to know how to detect the character : and, from there, show suggestions listed in an array with all the possibilities of "auto complete" and go filtering the…
-
2
votes1
answer1762
viewsAutocomplete: JSON + PHP
With the codes below my output coming after typing "Al" is only "Albania", and the same comes duplicated in the autocomplete. The result coming in Chrome console is: >…
-
2
votes2
answers89
viewsDropdown and Autocomplete
I have a question about how to perform a certain function. I would like that, when a certain supervisor is selected, in the "technical" box a list of the technicians related to it appears. Example:…
-
2
votes0
answers338
viewsNavigation by Arrows in Div
I’m doing an autocomplete on jquery and ajax, the results obtained by ajax I’ll put in <div>. I wish the user could navigate with the arrow for the results, leaving the <input> and…
-
2
votes2
answers308
viewsDelete an editText when modifying another
I’m starting my studies on Android now, and I’m doing some tests. I have two Autocomplittextview fields, in both an id and a description is shown. X1 and X2 (fictitious names). The X2 list is…
-
2
votes1
answer455
viewsHow to install Jupyter Notebook autocomplete?
How do I install the extension that suggests the following code for Jupyter Notebook? For VS Code there is this Code Runner that is very good, but my work is done in Jupyter. Does anyone know?…
-
2
votes0
answers341
viewsHow to return the value of an ID when selecting an auto complete record
Good afternoon. Reformulating my doubt. As said I am making a sales site in Asp.net. I tried to create a search engine, like Google and Facebook, that will filter the results. I found that Asp.net…
-
2
votes4
answers1299
viewsDisable the forms autocomplete
Hello... I am with a problem that I thought simple, but I am two days ago looking for a solution... I just can’t get the forms autocomplete disabled. I remembered the 'autocomplete="off"' for this,…
-
2
votes2
answers249
viewsLeave autocomplete search in bold
I have this search script: $( function($) { $( "#p" ).autocomplete({ source: "php/search_palavras.php?id_cidade=<?php echo $id_cidade; ?>", minLength: 2, select: function( event, ui ) { // Set…
-
2
votes1
answer102
viewsAutocomplete locking the database
I am developing an application in PHP and Jquery with the Codeigniter 3 framework. I am using Postgre and I have a database with more than 1 million registered records. I made an autocomplete that…
-
2
votes0
answers31
viewsAutocomplete comJQuery querie Estruturada
I needed to do a query that worked as the following example: In the print you can see that by typing an item, returns structured by neighborhood and then city. I wanted to know how to do my query…
-
2
votes1
answer891
viewsAutocomplete with data coming from PHP
I am trying to create a form to register services performed, so I came across the first problem, I am trying to keep as light as possible because there is a lot of data. I intend to store the…
-
2
votes1
answer1317
viewsBootstrap jQuery UI completion in the background
I’m making an autocomplete with jQuery UI and it’s working as it should, but the list of autocomplete is "below" the modal, image below to see.... When the letter "A" was typed in the "patient" form…
-
2
votes2
answers110
viewsC# override autocomplete does not work
I can’t write a superscript with suggestions from override. The completion of the override does not give suggestions of virtual classes or methods as Tostring(). How do I make these suggestions…
-
2
votes1
answer89
viewsJquery autocomplete UI with PHP returns only whole words
I’m in my first project with php + Mysql with a search input from words using Jquery UI. Every tutorial I’ve done, display the words as the user type, such as a substring. Thus: Being 'as' a…
-
1
votes0
answers581
viewsAuto-Complete from IDE Code::Blocks does not display the methods from the Allegro library
I’m using Allegro in Code:Blocks, but when it comes to something from Allegro Code::Blocks can’t use Autocomplete, what should I do to fix it?
-
1
votes1
answer160
viewsHide keyboard when choosing text in Autocomplete
I’m using elements of the type Autocomplete in the project, so that when the user type part of the text they search, it presents the suggested options for the same. For this, I am using the…
-
1
votes0
answers211
viewsAutocomplete with id and name search
How can I make an autocomplete with search in two columns of the database? I’ve looked at several examples, and I’ve seen one that uses a kind of grid, it’s like $("#seletor").combogrid(...). I’ve…
-
1
votes0
answers95
viewsAtom autocomplete functions of included classes
I wonder if there is a plugin that makes the autocomplete similar to netbeans, which completes the functions of a standard class. Ex: $agi->funcao; In netbeans, when we include the class in the…
-
1
votes0
answers106
viewsJquery Autocomplete with Sequence Selection
I have a text field in the sql server database varchar (MAX). I am using Jquery and C# to make an autocomplete. This is populated through a "autocomplete.ashx" file called by jqyery. My field in the…
-
1
votes1
answer930
viewsEvent change is only triggered when changing tab or changing window
Good afternoon, everyone. I am trying to implement an autocomplete using typeahead.js. Assigns a change event to my input to make an ajax request that brings me the data that will be displayed in…
-
1
votes1
answer382
viewsJquery autocomplete
How can I make a jQuery autocomplete to pull data from a database? I tried to use this example only I’m not getting it. My system is in ASP.NET MVC and I am using SQL Server as a database.…
-
1
votes0
answers303
viewsAutocompletetextview display items that have accent when typed without accent
I own a AutoCompleteTextView, defined as your Adapter I have a list that receives the name of cities as, for example, São Paulo, but if I inform you in the field the value Sao Paulo, without the…
-
1
votes1
answer469
viewsSend id to an Hidden field by clicking on an item in the.js autocomplete
I need to send the client id to an Hidden field by clicking on its name that is brought by the jquery autocomplete. The autocomplete is already working ok.. what I really need is to click send the…
-
1
votes2
answers87
viewsMysql PDO array with Json error in view
I’m having a hard time with json_encode echo json_encode($autocomplete -> fetchAll(PDO :: FETCH_ASSOC)); i am doing a database select so far so all right, but when it transfers the data to this…
-
1
votes0
answers39
viewsAutocomplete after pasting Jquery text
Hello, I have the following problem with Sharepoint in the following input: <input id="listNCM" class="ms-long ui-autocomplete-input" autocomplete="off"> This input searches products through…
-
1
votes1
answer378
viewsjquery ui autocomplete + php does not work
I have the following codes that are not working: Maybe I should add something to them, but I don’t know how... JS: <script> $(document).ready(function(){ $('#busca').autocomplete( { source:…
-
1
votes1
answer474
viewsManipulate Jquery autocomplete ui
I am implementing in a system the query through an input using the Jquery UI Autocomplete. In practice when consulting a value by field name(Ex: São) my input will display a list of possible…
-
1
votes0
answers24
viewsGoogle maps autocomplete custom input
The autocomplete of google maps after clicking on the street I want example below: After selecting the street it shows a lot of information. What I belonged to was to click the information filtered…
-
1
votes1
answer291
viewsHow to highlight text in jQuery autocomplete?
I am using jQuery autocomplete and would like to underline inside the result the text being searched, I looked for some examples on the web, but only found with plug-in, like this: Example I tried…
-
1
votes1
answer442
viewsPrimefaces autocomplete does not pass value to the bean
I have a problem with the Primefaces autocomplete component. The value parameter is not being passed to my bean. private String filtroClientes; public List<String> listarFiltroDeClientes() {…
-
1
votes1
answer134
viewsAutocomplete with typeahead and JSON
I have an ASP.NET MVC project and in it a script for autocomplete using typeahead with Prefetch: $(document).ready(function () { // Sonstructs the suggestion engine var ativos = new Bloodhound({…
-
1
votes1
answer453
viewsFirst faces pick chosen value in autocomplete
I’m working with the AutoComplete of primefaces and I have a problem. For example, the user enters a word in the combo OSW and then the dropdown lists all contracts with the term as supplier OSW. So…
-
1
votes1
answer856
viewsTypeahead js Autocomplete in Laravel?
I am implementing the AUTOCOMPLETE typeahead js bootstrap in my application Laravel and works perfectly, currently it returns only the name of the municipality table municipalities, only from this…
-
1
votes1
answer202
viewsMissing list items with jquery or javascript
I have the following codes below and I need to make sure that when I click on the autocomplete result, and it fills the field with the values, the list of the autocomplete simply disappears:…
-
1
votes1
answer326
viewsAccent problem and special characters leave bold autocomplete term
I have this script that does a search using the Jquery autocomplete. $( function($) { $.ui.autocomplete.prototype._renderItem = function (ul, item) { var t = String(item.value).replace( new…
-
1
votes2
answers362
viewsDisplay name in input using autocomplete
The autocomplete is working correctly, I get the following json: [{"label":"Jorge Valdivia","value":"16"},{"label":"Vinicius Aquino","value":"15"}] The problem is that when I select an option, the…