Ver código fonte

Fix #2596 filterable group select

Pierre-Louis Renaudin 8 anos atrás
pai
commit
f62fab6838
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/select/src/select.vue

+ 1 - 0
packages/select/src/select.vue

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