Skip to content
Snippets Groups Projects
Commit 3020b0ff authored by Henrik Askjer's avatar Henrik Askjer
Browse files

blur search input on mobile devices

parent 17f90c3c
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,7 @@ import Menu from './Menu.vue'
setTimeout(() => {
if (this.$vuetify.breakpoint.mdAndUp) self.$refs.autocomplete.$refs.input.select()
else self.$refs.autocomplete.$refs.input.blur()
this.suggesting = false
}, 1)
......
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