mirror of https://github.com/ElemeFE/element
DatePicker: fix blur event
parent
9c71e58c15
commit
f0a963c11a
|
@ -12,6 +12,7 @@
|
|||
- 修复 Tree 组件 checkbox 点击失效的问题
|
||||
- Breadcrumb 增加路由跳转的功能
|
||||
- 修复 可清空的 Select 中清空按钮的不恰当动画
|
||||
- DatePicker 修复使用 Tab 键切换时弹出框未隐藏
|
||||
|
||||
### 1.0.0-rc.6
|
||||
|
||||
|
|
|
@ -312,6 +312,7 @@ export default {
|
|||
},
|
||||
|
||||
handleBlur() {
|
||||
this.pickerVisible = false;
|
||||
this.$emit('blur', this);
|
||||
this.dispatch('form-item', 'el.form.blur');
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue