Commit 8fc55e30 authored by Leopoldthecoder's avatar Leopoldthecoder

Select: input regain focus when multiple&filterable

parent 1c6c0cda
...@@ -515,8 +515,8 @@ ...@@ -515,8 +515,8 @@
if (option.created) { if (option.created) {
this.query = ''; this.query = '';
this.inputLength = 20; this.inputLength = 20;
this.$refs.input.focus();
} }
if (this.filterable) this.$refs.input.focus();
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment