truckingsim / Ajax-Bootstrap-Select

This uses the bootstrap-select plugin and extends it so that you can use a remote source to search.
MIT License
280 stars 97 forks source link

Select text content as you type (Selecionar o conteúdo do texto enquanto digita) #219

Closed profbaco closed 1 year ago

profbaco commented 1 year ago

Since the {{{q}}} function doesn't work, I managed to solve it by putting this.value in its place, but I made this a component. Now I want to make it more dynamic, creating a separate .JS function, and I am not able to get the content that is being typed from the SELECT to be able to pass it to the DATA. Can someone help me?

Visto que a função {{{q}}} não funciona eu consegui resolver colocando this.value no seu lugar, mas isto eu fiz um componente. Agora eu quero deixar ele mais dinâminco, criando uma função .JS a parte, e não estou conseguindo pegar o conteúdo que esta sendo digitado do SELECT para poder passar para o DATA. Alguém pode me ajudar?

profbaco commented 1 year ago

Resolved