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
a3f144e4
Commit
a3f144e4
authored
May 17, 2017
by
wacky6
Committed by
杨奕
May 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: add Select default-first-option
parent
e2e31790
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/select.md
examples/docs/en-US/select.md
+1
-0
examples/docs/zh-CN/select.md
examples/docs/zh-CN/select.md
+1
-0
No files found.
examples/docs/en-US/select.md
View file @
a3f144e4
...
@@ -657,6 +657,7 @@ Create and select new items that are not included in select options
...
@@ -657,6 +657,7 @@ Create and select new items that are not included in select options
| no-match-text | displayed text when no data matches the filtering query | string | — | No matching data |
| no-match-text | displayed text when no data matches the filtering query | string | — | No matching data |
| no-data-text | displayed text when there is no options | string | — | No data |
| no-data-text | displayed text when there is no options | string | — | No data |
| popper-class | custom class name for Select's dropdown | string | — | — |
| popper-class | custom class name for Select's dropdown | string | — | — |
| default-first-option | select first matching option on enter key. Use with
`filterable`
or
`remote`
| boolean | - | false |
### Select Events
### Select Events
| Event Name | Description | Parameters |
| Event Name | Description | Parameters |
...
...
examples/docs/zh-CN/select.md
View file @
a3f144e4
...
@@ -652,6 +652,7 @@
...
@@ -652,6 +652,7 @@
| no-match-text | 搜索条件无匹配时显示的文字 | string | — | 无匹配数据 |
| no-match-text | 搜索条件无匹配时显示的文字 | string | — | 无匹配数据 |
| no-data-text | 选项为空时显示的文字 | string | — | 无数据 |
| no-data-text | 选项为空时显示的文字 | string | — | 无数据 |
| popper-class | Select 下拉框的类名 | string | — | — |
| popper-class | Select 下拉框的类名 | string | — | — |
| default-first-option | 在输入框按下回车,选择第一个匹配项。需配合
`filterable`
或
`remote`
使用 | boolean | - | false |
### Select Events
### Select Events
| 事件名称 | 说明 | 回调参数 |
| 事件名称 | 说明 | 回调参数 |
...
...
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