mirror of https://github.com/ElemeFE/element
Select: fix a form validation bug
parent
c08acf713c
commit
434bc360f0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue