diff --git a/src/components/Autocomplete.vue b/src/components/Autocomplete.vue index 906e2adf536bfb23db1cf57f45322649e5a945e2..9e754e4a30be80b4046e4316297812d92f8a6c3e 100644 --- a/src/components/Autocomplete.vue +++ b/src/components/Autocomplete.vue @@ -96,6 +96,10 @@ this.suggesting = false }, 1) } + // If blurred + else { + this.items = [] + } } } },