fix: select dropdownRender not close #644

pull/833/head
tangjinzhou 2019-05-25 13:45:50 +08:00
parent 00656b5ce9
commit 49d60f759c
1 changed files with 1 additions and 3 deletions

View File

@ -1462,9 +1462,7 @@ const Select = {
this.$emit('focus'); this.$emit('focus');
}, },
selectionRefBlur() { selectionRefBlur() {
this._focused = false; this.inputBlur();
this.updateFocusClassName();
this.$emit('blur');
}, },
}, },