Skip to content

Commit

Permalink
Merge pull request #1 from Ivolutio/patch-1
Browse files Browse the repository at this point in the history
Fix typeaheadCallback search suggestions
  • Loading branch information
james090500 authored Sep 5, 2022
2 parents a9d4bbb + 5f2550f commit cf6de25
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 cf6de25

Please sign in to comment.