Questions tagged as 'autocompletar'

0
answers

AutoComplete with JQuery Structured Query

I needed to do a query that worked like the following example: Inprintyoucanseethattypinganitemreturnsstructuredbyneighborhoodandthencity.Iwantedtobeabletoknowhowtodomyqueryinthisway,structuredbyNeighborhood,CityandStreet.Icanonlyimplementthesi...
asked by 20.04.2018 / 18:25
0
answers

Arrow Navigation in Div [closed]

I'm doing an autocomplete in jquery and ajax , the results obtained by ajax I'm putting in <div> . I would like the user to be able to navigate with the arrow by the results, leaving <input> and na...
asked by 06.05.2016 / 18:57
1
answer

Change event is only triggered when changing tab or changing window

Good afternoon guys. I'm trying to implement an autocomplete using typeahead.js. Assign a change event to my input to make an ajax request that brings me the data that will be displayed in the list. However, when the screen loads and I typ...
asked by 20.01.2016 / 17:35
1
answer

Send id in a hidden field when clicking on an autocomplete.js item

I need the client id to be sent to a hidden field by clicking the name of it that is brought by the jquery autocomplete. The autocomplete is already working ok .. what I really need is that by clicking the ID is sent to the hidden field.    h...
asked by 22.02.2016 / 21:32
1
answer

___ ___ erkimt Materialize Javascript autocomplete ______ qstntxt ___

I'm using the materialize framework. According to the documentation, I can use "autocomplete" in the form tag according to the Materialize Form link. My question, is this I want to create a javascript for autocomplete of extensions, example: @ gmail.com, @ outlook.com, @ hotmail.com. When the user says "@" this list appears. Below my code

%pre%

Javascript:

%pre%     
______ azszpr300761 ___

As I researched, autocomplete does not yet have a feature to show suggestions only after a certain user input. I saw that it's on the list of plugin upgrades.

If I understand what you need, follow an alternative ...

Note: The plugin's default operation has been modified.

%pre% %pre% %pre%
    
___

I'm using the materialize framework. According to the documentation, I can use "autocomplete" in the form tag according to the Materialize Form link. My question, is this I want to create a javascript for autocomplete of extensions, example: @...
asked by 21.05.2018 / 18:43
2
answers

Autocomplete does not always work on Pycharm

I'm starting to use Pycharm, creating a test with Pygame. I realize that some Pygame methods do not appear in Pycharm AutoComplete. For example, if I want to put a pygame.mask.from_surface() , typing pygame.mas will not do any...
asked by 14.06.2018 / 03:29
1
answer

Jquery autocomplete for city search, does not distinguish data from cities with the same name

I'm using JQuery, Ajax, PHP and MYSQL to do the Autocomplete in a search field for cities in Brazil. When I type the name of the city the suggestions appear and when I move the mouse over each city the code automatically fill in the form with...
asked by 04.07.2017 / 06:19
2
answers

Display the name in the 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 input receives the record ID, I would like...
asked by 17.07.2017 / 14:57
1
answer

Primefaces get chosen value in autocomplete

I'm working with AutoComplete of primefaces and I'm having a problem. For example, the user types the OSW word in the combo and then dropdown lists all contracts that have the term OSW . So far so good, but when the user...
asked by 31.01.2017 / 18:26
1
answer

Autocomplete of Primefaces does not pass value to the bean

I have a problem with the autoComplete component of PrimeFaces. The value parameter is not being passed to my bean. private String filtroClientes; public List<String> listarFiltroDeClientes() { List<String> lista = new ArrayLi...
asked by 26.08.2016 / 02:53