fix: select dropdownRender not close #644
parent
00656b5ce9
commit
49d60f759c
|
@ -1462,9 +1462,7 @@ const Select = {
|
||||||
this.$emit('focus');
|
this.$emit('focus');
|
||||||
},
|
},
|
||||||
selectionRefBlur() {
|
selectionRefBlur() {
|
||||||
this._focused = false;
|
this.inputBlur();
|
||||||
this.updateFocusClassName();
|
|
||||||
this.$emit('blur');
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue