Questions tagged as 'autocompletar'

2
answers

Prevent Chrome autocomplete form, does not work autocomplete="off" in input

Good morning, I'm having problems with Google Chrome and the autocomplete. I do not want some fields of my form to be autocompleted and I added the attribute: autocomplete="off" This in Chrome is not working, but in other browsers such...
asked by 05.01.2018 / 13:24
1
answer

Jquery Autocomplete local data or AJAX request

I am using this plugin of autocomplete, my doubt is that I do not decide whether to provide the list of elements to filter via AJAX or store it locally, because if it is via AJAX you will be making queries to the database of type LIKE "%que...
asked by 02.03.2017 / 17:33
1
answer

Problems with autocomplete in SublimeText 3 and Ubuntu

I am using SublimeText 3 on Ubuntu and not "autocomplete" correctly. For example, typing lorem150 and pressing [TAB] should generate a lorem of 150 words but it does not work well. It only generates lorem when I write it without numbers. The sam...
asked by 11.06.2016 / 09:50
1
answer

How can I autollen 2 inputs depending on what I select in a dropdown?

I have a dropdwon which shows as options the fields of a table in mysql, up to here everything is fine. I also have 2 inputs which I want to fill according to what is chosen in the dropdown. The information with which I want these inputs to be f...
asked by 16.05.2018 / 22:38
2
answers

Ajax Fill input fields from combobox

I need help because I can not achieve this: Here I have a code that I got on the web and adapted to fill dependent comboboxes. But I need that from the selection of the combo #sucursales the input field #Direccion is completed, obtaining data fr...
asked by 10.03.2017 / 16:19
1
answer

Autocomplete phpstorm for Codeigniter

I have the need for phpstorm to recognize methods of classes that I have previously stored in an array. I have searched in various forums and I can not find a solution to this situation that becomes tedious when the number of classes grows consi...
asked by 07.02.2017 / 21:53
1
answer

Errors map with leaflet and google

Good, I have a couple of failures that bring me head (against the wall), to see if you can throw a handle ... The first one is that the autocompletar of google works for me when he feels like it, there are streets that take them perfect and o...
asked by 29.06.2016 / 09:22
1
answer

Easyautocomplete js filter by two fields

I need to filter by more than one field, I can currently filter only by "name" but I also need to be able to filter by "code", I have not found in the documentation how to do this, I have tried to add more than one "getValue" but I can not find...
asked by 11.07.2017 / 16:26
0
answers

SuggestionBox in richfaces table

In a JSF + Richfaces application, I have a table with 2 columns, one of them is an edit box, in which I want to use an "autocomplete" functionality and for that I used the "rich: suggestionbox" tag that It was the only one that worked for my ver...
asked by 16.11.2016 / 10:10
1
answer

Autollenado de html with PHP and MySQL

I need a page to be filled with the items saved in a database automatically as I mentioned in the header. When I generate the queries, it gives me an error that says:    "Warning   : mysqli_result :: fetch_assoc () expects exactly 0 parame...
asked by 10.08.2017 / 05:46