Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
2f41d86d
Commit
2f41d86d
authored
Oct 13, 2016
by
杨奕
Committed by
GitHub
Oct 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #385 from QingWei-Li/fix/date-picker
DatePicker: fix blur event
parents
9c71e58c
f0a963c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CHANGELOG.md
CHANGELOG.md
+1
-0
packages/date-picker/src/picker.vue
packages/date-picker/src/picker.vue
+1
-0
No files found.
CHANGELOG.md
View file @
2f41d86d
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
-
修复 Tree 组件 checkbox 点击失效的问题
-
修复 Tree 组件 checkbox 点击失效的问题
-
Breadcrumb 增加路由跳转的功能
-
Breadcrumb 增加路由跳转的功能
-
修复 可清空的 Select 中清空按钮的不恰当动画
-
修复 可清空的 Select 中清空按钮的不恰当动画
-
DatePicker 修复使用 Tab 键切换时弹出框未隐藏
### 1.0.0-rc.6
### 1.0.0-rc.6
...
...
packages/date-picker/src/picker.vue
View file @
2f41d86d
...
@@ -312,6 +312,7 @@ export default {
...
@@ -312,6 +312,7 @@ export default {
},
},
handleBlur
()
{
handleBlur
()
{
this
.
pickerVisible
=
false
;
this
.
$emit
(
'
blur
'
,
this
);
this
.
$emit
(
'
blur
'
,
this
);
this
.
dispatch
(
'
form-item
'
,
'
el.form.blur
'
);
this
.
dispatch
(
'
form-item
'
,
'
el.form.blur
'
);
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment