Commit 434bc360 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by cinwell.li

Select: fix a form validation bug

parent c08acf71
...@@ -235,6 +235,7 @@ ...@@ -235,6 +235,7 @@
this.$emit('input', result); this.$emit('input', result);
this.$emit('change', result); this.$emit('change', result);
this.dispatch('form-item', 'el.form.change', val);
if (this.filterable) { if (this.filterable) {
this.query = ''; this.query = '';
this.hoverIndex = -1; this.hoverIndex = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment