fix: select dropdownRender not close #644
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…
Reference in New Issue