Questions tagged as 'autocompletar'

0
answers

Autocomplete with MongoDB

Hello. I have an autocomplete that I use MongoDB to save the records currently has about 8 million data in it. I'm using PHP to do the MongoDB searches and I have to use regex to find the results in the database, I've created the indexes o...
asked by 10.07.2018 / 19:31
1
answer

Bootstrap-3-Typeahead, list search-based options displaying another field

Using Bootstrap-3-Typeahead plugin performing the search based on what the user types and displayed information from another database column. My server-side method performs the filter based on the services column and returns the name (colune...
asked by 18.07.2018 / 16:11
1
answer

How to get item position of an AutoCompleteTextView (Android)

I need to get the item position of an autoCompleteTextView and pass the data to other fields. So far my code looks like this: spinner_produtos.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick...
asked by 05.04.2018 / 18:42
0
answers

Tokeninput AutoComplete

I'm trying to use the Tokeninput API autocomplete by getting values from a controller, but I'm not getting it to work. Can anyone help me? Follow my code: <script type="text/javascript" src="~/scripts/js/jquery.tokeninput.js"></scr...
asked by 06.03.2018 / 14:43
0
answers

Ajax GET Autocomplete Problem

I have the following function, which does a GET for my API: function filmeBusca() { var prefixo = $('#buscaFilme').val(); $("[id$=buscaFilme]").autocomplete({ source: function (request, response) {...
asked by 01.03.2018 / 02:41
1
answer

Error while doing autocomplete c #

I'm trying to do an autocomplete, but it's giving the following error, not even doing the post ... Mycodelookslikethis:<scripttype="text/javascript"> $(function () { $("[id$=DsValor]").autocomplete({ source: function (reque...
asked by 15.02.2018 / 01:00
1
answer

PHP + MYSQL autocomplete - returning ID

I'm developing an application for college, and I came across the following problem: I have to search used autocomplete passing as parameter the name of the doctor, so retrieve the id from it and save it to the bank. I've tried it anyway but...
asked by 03.01.2018 / 02:56
1
answer

Error with AutoComplete jquery UI

Good afternoon, I'm getting an error that I've never seen, trying to use the jquery autocomplete, follows the image, and the encoding: PHP:(Iusedasanexample,Ididnotaddthelikeinselect,theyaredynamicvalues!)<?phprequire_once('acessabanco.ph...
asked by 09.12.2017 / 19:46
2
answers

How not to display in the input with autocomplete jQuery UI the HTML of the variable?

I'm using the jQuery autocomplete . I was able to make it interpret HTML , but HTML is displayed in input . I need to format my search like this, like I did: WhenIclick,however,theresultisdisplayedlikethis: Youshouldnotdisplaytheta...
asked by 26.11.2017 / 01:32
1
answer

empty input value on forms with auto complete

I'm having a problem that's making me sleep, it's a little bug, I think, that's complicated both to debug and to explain. I have a login form on a page html tag for my system, and code in jquery that applies styles depending on the value...
asked by 10.08.2017 / 13:02