Skip to content
Snippets Groups Projects
Commit 2e6478d5 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

fikser meta#250

parent 3609acdc
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,8 @@ ...@@ -82,6 +82,8 @@
}, },
select(item) { select(item) {
this.$emit('submit', item) this.$emit('submit', item)
let self = this
setTimeout(() => self.$refs.autocomplete.$refs.input.select(), 1)
} }
}, },
methods: { methods: {
......
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