Closed JoolsMcFly closed 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
items
this.query
References issue #46
Hey @JoolsMcFly, thanks for the PR! I appreciate your effort, but I'm going to use a simpler approach (check here).
Right, as long as you can fix the issue I'm a happy camper!
Last sent query might not always be the last one to complete, in which case typeahead will display
items
that do not correspond tothis.query
This patch ensures we wait until all queries are performed and then grab results matchingthis.query
References issue #46