Skip to content

Commit

Permalink
Merge pull request #322 from ViViDboarder/fix-overlay-firefox
Browse files Browse the repository at this point in the history
Force close of search box after item selection
  • Loading branch information
bradrydzewski authored Mar 16, 2020
2 parents 45a7210 + d034f13 commit c609128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default {
onItemSelect() {
this.$refs.searchInput.$el.blur();
this.clear();
this.close();
},
clear() {
this.query = "";
Expand Down

0 comments on commit c609128

Please sign in to comment.