diff --git a/src/components/search_bar/search_bar.js b/src/components/search_bar/search_bar.js index 551649c7..73dd3ca5 100644 --- a/src/components/search_bar/search_bar.js +++ b/src/components/search_bar/search_bar.js @@ -32,6 +32,7 @@ const SearchBar = { this.$emit('toggled', this.hidden) this.$nextTick(() => { if (!this.hidden) { + this.searchTerm = undefined this.$refs.searchInput.focus() } })