Questions tagged as 'autocompletar'

1
answer

Auto complete when typing any part of the word

How can I autocomplete text by typing any part of an information within the ListBox using VBA? Example: When you type in "Santos" all options containing this word will be listed / displayed in the listbox.     
asked by 10.05.2017 / 14:55
1
answer

Autocomplete with after insert signal - on object

I used NetBeans 8.0 and, coding in PHP, after placing the object variable and the minus sign (-), the editor automatically included the > for me. $myClass = new MyClass(); $myClass- // neste momento, o editor completava o código, ficando da...
asked by 13.12.2016 / 01:26
1
answer

Dynamic Update in component Primefaces through autocomplete

A simple question, is there any easy way to use the autocomplete component of primefaces, and so when selecting any option cause a component (eg a dataScroller) to be updated ??? I tried something through a f: ajax adding a listener to the itemS...
asked by 03.02.2015 / 03:23
0
answers

Autocomplete Materialize with bd [closed]

Good morning. I'm developing a web app sales with Materialize, and I need to autocomplete the input of the product name, where it looks for the products already registered in the bd.    Input: <div class="input-field col s6"> &l...
asked by 27.12.2018 / 13:29
1
answer

How do I dynamically change the minimum number of search characters in the jQuery Autocomplete library

I want to dynamically change the minLength attribute of the jQuery Autocomplete library . This need is due to the fact that if the user performs the search by the name or email of the client the minimum to start a search and three cha...
asked by 28.11.2018 / 18:56
1
answer

returning blank autocomplete

I do a search in my database to search for product names without exceptions (I do not know if it's relevant, but this return is a string list) var listaDosProdutos = _servico.ObterNomeDosProdutos(); Then I take this list and do a search of...
asked by 26.11.2018 / 19:15
0
answers

How to leave a "selectable" list with js / jquery?

Hello, I did an autocomplete but I can not leave the list selectable with the keyboard, I can only select with the mouse through the mouseover function, would anyone have any solution for this? follow the code: function autoBanco(event, ds){...
asked by 08.10.2018 / 19:14
0
answers

Autocomplete no select

I am developing a work order order screen. In select I did an autocomplete that worked perfectly, as per the attached image. But I needed to get the JavaScript include so that autocomplete could work. <?php include_once 'javascript.ph...
asked by 16.09.2018 / 03:07
0
answers

Change a Select Dropdown for a Text field with Autocomplete

Good morning, I would like to know if there is any way to change a Dropdown with multiple options to a Text Field with the autocomplete My code for the select dropdown is as follows: <%= label_tag :aluno_id, "Alu...
asked by 08.08.2018 / 13:46
1
answer

Bootstrap-3-Typeahead does not list options

I'm using Bootstrap-3-Typeahead plugin that should work simply. My server-side method is correct, bringing the selection options but not list. From what I read in git, neither does it need extra css, but not list. Follow my code: $("#pes...
asked by 16.07.2018 / 22:54