瀏覽代碼

Select: fix a form validation bug

Leopoldthecoder 8 年之前
父節點
當前提交
434bc360f0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/select/src/select.vue

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

@@ -235,6 +235,7 @@
 
           this.$emit('input', result);
           this.$emit('change', result);
+          this.dispatch('form-item', 'el.form.change', val);
           if (this.filterable) {
             this.query = '';
             this.hoverIndex = -1;