mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Select: fix click icon triggering dropdown (#21314)
This commit is contained in:
@@ -565,10 +565,10 @@
|
||||
handleFocus(event) {
|
||||
if (!this.softFocus) {
|
||||
if (this.automaticDropdown || this.filterable) {
|
||||
this.visible = true;
|
||||
if (this.filterable) {
|
||||
if (this.filterable && !this.visible) {
|
||||
this.menuVisibleOnFocus = true;
|
||||
}
|
||||
this.visible = true;
|
||||
}
|
||||
this.$emit('focus', event);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user