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
965989b0
Commit
965989b0
authored
Jul 18, 2017
by
Dreamacro
Committed by
杨奕
Jul 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc
parent
b1860f52
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
10 deletions
+14
-10
examples/docs/en-US/date-picker.md
examples/docs/en-US/date-picker.md
+2
-2
examples/docs/en-US/datetime-picker.md
examples/docs/en-US/datetime-picker.md
+2
-2
examples/docs/en-US/input-number.md
examples/docs/en-US/input-number.md
+2
-2
examples/docs/en-US/input.md
examples/docs/en-US/input.md
+2
-2
examples/docs/en-US/select.md
examples/docs/en-US/select.md
+2
-0
examples/docs/en-US/time-picker.md
examples/docs/en-US/time-picker.md
+2
-2
examples/docs/zh-CN/select.md
examples/docs/zh-CN/select.md
+2
-0
No files found.
examples/docs/en-US/date-picker.md
View file @
965989b0
...
@@ -307,5 +307,5 @@ Picking a date range is supported.
...
@@ -307,5 +307,5 @@ Picking a date range is supported.
| Event Name | Description | Parameters |
| Event Name | Description | Parameters |
|---------|--------|---------|
|---------|--------|---------|
| change | triggers when input value changes | formatted value |
| change | triggers when input value changes | formatted value |
| blur | triggers when
input is blur
| (event: Event) |
| blur | triggers when
Input blurs
| (event: Event) |
| focus | triggers when
input is focu
s | (event: Event) |
| focus | triggers when
Input focuse
s | (event: Event) |
examples/docs/en-US/datetime-picker.md
View file @
965989b0
...
@@ -258,5 +258,5 @@ Select date and time in one picker.
...
@@ -258,5 +258,5 @@ Select date and time in one picker.
| Event Name | Description | Parameters |
| Event Name | Description | Parameters |
|---------|--------|---------|
|---------|--------|---------|
| change | triggers when input value changes | formatted value |
| change | triggers when input value changes | formatted value |
| blur | triggers when
input is blur
| (event: Event) |
| blur | triggers when
Input blurs
| (event: Event) |
| focus | triggers when
input is focu
s | (event: Event) |
| focus | triggers when
Input focuse
s | (event: Event) |
examples/docs/en-US/input-number.md
View file @
965989b0
...
@@ -141,5 +141,5 @@ Additional `large` and `small` sizes of the input box are available
...
@@ -141,5 +141,5 @@ Additional `large` and `small` sizes of the input box are available
| Event Name | Description | Parameters |
| Event Name | Description | Parameters |
|----| ---- | -----|
|----| ---- | -----|
|change | triggers when the value changes | value after change |
|change | triggers when the value changes | value after change |
| blur | triggers when
the icon inside Input is blur
| (event: Event) |
| blur | triggers when
Input blurs
| (event: Event) |
| focus | triggers when
the icon inside Input is focu
s | (event: Event) |
| focus | triggers when
Input focuse
s | (event: Event) |
examples/docs/en-US/input.md
View file @
965989b0
...
@@ -622,8 +622,8 @@ Search data from server-side.
...
@@ -622,8 +622,8 @@ Search data from server-side.
| Event Name | Description | Parameters |
| Event Name | Description | Parameters |
|----| ----| ----|
|----| ----| ----|
|click | triggers when the icon inside Input is clicked | (event: Event) |
|click | triggers when the icon inside Input is clicked | (event: Event) |
| blur | triggers when
the icon inside Input is blur
| (event: Event) |
| blur | triggers when
Input blurs
| (event: Event) |
| focus | triggers when
the icon inside Input is focu
s | (event: Event) |
| focus | triggers when
Input focuse
s | (event: Event) |
| change | triggers when the icon inside Input value change | (value: string
\|
number) |
| change | triggers when the icon inside Input value change | (value: string
\|
number) |
### Autocomplete Attributes
### Autocomplete Attributes
...
...
examples/docs/en-US/select.md
View file @
965989b0
...
@@ -666,6 +666,8 @@ Create and select new items that are not included in select options
...
@@ -666,6 +666,8 @@ Create and select new items that are not included in select options
| visible-change | triggers when the dropdown appears/disappears | true when it appears, and false otherwise |
| visible-change | triggers when the dropdown appears/disappears | true when it appears, and false otherwise |
| remove-tag | triggers when a tag is removed in multiple mode | removed tag value |
| remove-tag | triggers when a tag is removed in multiple mode | removed tag value |
| clear | triggers when the clear icon is clicked in a clearable Select | — |
| clear | triggers when the clear icon is clicked in a clearable Select | — |
| blur | triggers when Input blurs | (event: Event) |
| focus | triggers when Input focuses | (event: Event) |
### Option Group Attributes
### Option Group Attributes
| Attribute | Description | Type | Accepted Values | Default |
| Attribute | Description | Type | Accepted Values | Default |
...
...
examples/docs/en-US/time-picker.md
View file @
965989b0
...
@@ -182,5 +182,5 @@ Can pick an arbitrary time range.
...
@@ -182,5 +182,5 @@ Can pick an arbitrary time range.
| Event Name | Description | Parameters |
| Event Name | Description | Parameters |
|---------|--------|---------|
|---------|--------|---------|
| change | triggers when input value changes | formatted value |
| change | triggers when input value changes | formatted value |
| blur | triggers when
input is blur
| (event: Event) |
| blur | triggers when
Input blurs
| (event: Event) |
| focus | triggers when
input is focu
s | (event: Event) |
| focus | triggers when
Input focuse
s | (event: Event) |
examples/docs/zh-CN/select.md
View file @
965989b0
...
@@ -661,6 +661,8 @@
...
@@ -661,6 +661,8 @@
| visible-change | 下拉框出现/隐藏时触发 | 出现则为 true,隐藏则为 false |
| visible-change | 下拉框出现/隐藏时触发 | 出现则为 true,隐藏则为 false |
| remove-tag | 多选模式下移除tag时触发 | 移除的tag值 |
| remove-tag | 多选模式下移除tag时触发 | 移除的tag值 |
| clear | 可清空的单选模式下用户点击清空按钮时触发 | — |
| clear | 可清空的单选模式下用户点击清空按钮时触发 | — |
| blur | 当 input 失去焦点时触发 | (event: Event) |
| focus | 当 input 获得焦点时触发 | (event: Event) |
### Option Group Attributes
### Option Group Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
...
...
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