fix: select dropdownRender not close #644

pull/833/head
tangjinzhou 6 years ago
parent 00656b5ce9
commit 49d60f759c

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

Loading…
Cancel
Save