diff --git a/resources/vue/components/Quicksearch.vue b/resources/vue/components/Quicksearch.vue index 94b0a3a89246a93a16ba5658d90f886eb0f727ae..0f37ae0d6ab796febe203deeb1186d7d691e91b9 100644 --- a/resources/vue/components/Quicksearch.vue +++ b/resources/vue/components/Quicksearch.vue @@ -119,6 +119,7 @@ export default { this.results = []; this.$emit('input', this.returnValue, this.inputValue); + this.inputValue = ''; }, selectUp () { if (this.selected > 0) {