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

Select: fix a form validation bug

parent c08acf71
......@@ -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;
......
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