Fix #2596 filterable group select

This commit is contained in:
Pierre-Louis Renaudin 2017-01-25 19:35:11 +00:00 committed by 杨奕
parent 4450d9f8e3
commit f62fab6838

View File

@ -300,6 +300,7 @@
} else {
if (!this.remote) {
this.broadcast('ElOption', 'queryChange', '');
this.broadcast('ElOptionGroup', 'queryChange');
}
this.broadcast('ElInput', 'inputSelect');
}