Select: fix a form validation bug

pull/802/merge
Leopoldthecoder 2016-11-02 21:27:53 +08:00 committed by cinwell.li
parent c08acf713c
commit 434bc360f0
1 changed files with 1 additions and 0 deletions

View File

@ -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;