Skip to content
Snippets Groups Projects
Commit 203eb5a9 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

QuickSearch.vue: reset input after selection, fixes #3963

Closes #3963

Merge request studip/studip!2876
parent a0dd66e7
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ export default {
this.results = [];
this.$emit('input', this.returnValue, this.inputValue);
this.inputValue = '';
},
selectUp () {
if (this.selected > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment