Update input.vue
This commit is contained in:
parent
c86d77fcef
commit
57737d7455
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
|||
this.$emit('on-focus', event);
|
||||
},
|
||||
handleBlur (event) {
|
||||
this.$emit('on-blur', envent);
|
||||
this.$emit('on-blur', event);
|
||||
if (!findComponentUpward(this, ['DatePicker', 'TimePicker', 'Cascader', 'Search'])) {
|
||||
this.dispatch('FormItem', 'on-form-blur', this.currentValue);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue