mirror of https://github.com/ElemeFE/element
Fix #2596 filterable group select
parent
4450d9f8e3
commit
f62fab6838
|
@ -300,6 +300,7 @@
|
|||
} else {
|
||||
if (!this.remote) {
|
||||
this.broadcast('ElOption', 'queryChange', '');
|
||||
this.broadcast('ElOptionGroup', 'queryChange');
|
||||
}
|
||||
this.broadcast('ElInput', 'inputSelect');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue