devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.56k stars 1.66k forks source link

Using ajax service with laravel, cause a inconsistence in suggestions list #692

Closed tiagobrilhante closed 6 years ago

tiagobrilhante commented 6 years ago

I'm using the laravel framework. When I put a information in a select, my service provide a json with all informations. But when i start a type my text, appear all list itens... include the missmatched itens.

tkirda commented 6 years ago

Service should provide only value for a query that is being typed. You can load all value and set lookup prop.