pespantelis / vue-typeahead

:mag: Typeahead component for Vue.js
http://pespantelis.github.io/vue-typeahead
MIT License
517 stars 97 forks source link

make sure items match the last query #47

Closed JoolsMcFly closed 7 years ago

JoolsMcFly commented 7 years ago

Last sent query might not always be the last one to complete, in which case typeahead will display items that do not correspond to this.query This patch ensures we wait until all queries are performed and then grab results matching this.query

References issue #46

pespantelis commented 7 years ago

Hey @JoolsMcFly, thanks for the PR! I appreciate your effort, but I'm going to use a simpler approach (check here).

JoolsMcFly commented 7 years ago

Right, as long as you can fix the issue I'm a happy camper!