Questions tagged as 'autocompletar'

5
answers

How to remove auto complete from google Chrome input?

I want to remove yellow background when auto completion of Google Chrome is enabled. I tried disabling auto complete by applying: autocomplete="off" and I was not successful. The image above is the view in Chrome and the bottom is...
asked by 05.05.2015 / 22:24
3
answers

Extract data from txt file to use in autocomplete

   Update: Just for the record, you do not need to use jQuery-ui, it might be another solution. I'm creating a autocomplete for a form, which should include all the options of the CBO - Brazilian Code of Occupations Unlike the zi...
asked by 10.04.2015 / 18:16
1
answer

select like in more than 3 million rows

I have a Maxmind table, with more than 3 million cities. I created the index for a simple select and it is performing satisfactorily. The problem is that I am using an autocomplete and for this my select uses like , but always returns...
asked by 20.04.2015 / 20:17
1
answer

MySQL Workbench with autocomplete with all columns in the database when using table aliases

I noticed that after I installed a new version of MySQL Workbench autocomplete brings columns of all tables, this when I use aliases for table, when I repeat the table name autocomplete works normal. The problem is that sometimes the table name...
asked by 31.07.2015 / 04:15
2
answers

Jquery Autocomplete

I'm having problems with Autocomplete, I can pull data but autocomplete does not work! $("#marcas").autocomplete({ source: function (request, response) { $.ajax({ type: 'GET', url: 'http://fipeapi.appspot.com/api/1/carros/m...
asked by 24.09.2015 / 17:32
1
answer

Error inserting apostrophe into component that uses Auto Complete

I'm having trouble inserting% of apostrophe% when I'm going to search for the ' component of AutoComplete . Jquery $("#<%=txtHipotePai.ClientID%>").autocomplete({ source: function(request, response) { $.aj...
asked by 24.11.2014 / 19:38
1
answer

Autocomplete does not show results in input in View

I've seen other cases in some answers here, tried to follow in the footsteps of other answers and it did not help at all! I'm having a question, this is my first time using autocomplete of jquery , I'm new to asp.net mvc ! I w...
asked by 20.01.2015 / 14:48
1
answer

Prevent browser autocomplete in password

I have a lock screen that displaces the user by inactivity, asking only the password of the same to access again. It turns out that this screen has no use whatsoever if autocomplete is connected, since anyone can tinker with this pc and enter in...
asked by 09.04.2018 / 19:04
0
answers

Autocomplete 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 autocomplete works fine. I've been reading that because the new lines do not exist in...
asked by 15.07.2015 / 15:08
2
answers

Highlighted searched term in bold with or without accent

Hello friends, I would love your help. I'm trying to highlight the words typed in bold in search. the code below works only if you type "Brazilian selection" plus if you type "soccer selection" nothing happens. Thanks in advance for the help .....
asked by 04.08.2015 / 03:59