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
828d591d
Commit
828d591d
authored
Apr 14, 2017
by
wacky6.AriesMBP
Committed by
杨奕
Apr 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add DatePicker default-value
parent
3fe9acf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
examples/docs/en-US/date-picker.md
examples/docs/en-US/date-picker.md
+1
-0
examples/docs/zh-CN/date-picker.md
examples/docs/zh-CN/date-picker.md
+1
-0
No files found.
examples/docs/en-US/date-picker.md
View file @
828d591d
...
@@ -262,6 +262,7 @@ Picking a date range is supported.
...
@@ -262,6 +262,7 @@ Picking a date range is supported.
| popper-class | custom class name for DatePicker's dropdown | string | — | — |
| popper-class | custom class name for DatePicker's dropdown | string | — | — |
| picker-options | additional options, check the table below | object | — | {} |
| picker-options | additional options, check the table below | object | — | {} |
| range-separator | range separator | string | - | ' - ' |
| range-separator | range separator | string | - | ' - ' |
| default-value | optional default time of the picker | Date | anything accepted by
`new Date()`
| - |
### Picker Options
### Picker Options
| Attribute | Description | Type | Accepted Values | Default |
| Attribute | Description | Type | Accepted Values | Default |
...
...
examples/docs/zh-CN/date-picker.md
View file @
828d591d
...
@@ -296,6 +296,7 @@
...
@@ -296,6 +296,7 @@
| popper-class | DatePicker 下拉框的类名 | string | — | — |
| popper-class | DatePicker 下拉框的类名 | string | — | — |
|picker-options | 当前时间日期选择器特有的选项参考下表 | object | — | {} |
|picker-options | 当前时间日期选择器特有的选项参考下表 | object | — | {} |
| range-separator | 选择范围时的分隔符 | string | - | ' - ' |
| range-separator | 选择范围时的分隔符 | string | - | ' - ' |
| default-value | 可选,DatePicker打开时默认显示的时间 | Date | 可被new Date()解析 | - |
### Picker Options
### Picker Options
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
...
...
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