Skip to content

Commit

Permalink
Fix typeaheadCallback search suggestions
Browse files Browse the repository at this point in the history
As described in this issue in the original repository: voerro#149 (comment)
Would be nice to be able to use your repository for now.
  • Loading branch information
Ivolutio authored Jul 8, 2022
1 parent a9d4bbb commit 5f2550f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VoerroTagsInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ export default {
this.typeaheadCallback(searchQuery)
.then((results) => {
this.typeaheadTags = results;
this.doSearch(searchQuery);
});
} else if (this.typeaheadUrl.length > 0) {
this.typeaheadTags.splice(0);
Expand Down

0 comments on commit 5f2550f

Please sign in to comment.