mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-13 15:57:11 +08:00
docs(select-v2): add description of the height property (#2704)
fix #2700
This commit is contained in:
parent
89c01de6f1
commit
e7b4d5657c
@ -356,6 +356,7 @@ Some APIs are still undergoing (comparing to the non-virtualized select), becaus
|
||||
| popper-options | Customized popper option see more at [popper.js](https://popper.js.org/documentation.html) | object | - | - |
|
||||
| automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false |
|
||||
| clear-icon | Customized clear icon class | string | — | el-icon-circle-close |
|
||||
| height | The height of the dropdown panel, 34px for each item| number | - | 170 |
|
||||
|
||||
<span style="display: none;">
|
||||
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->
|
||||
|
@ -356,6 +356,7 @@ Some APIs are still undergoing (comparing to the non-virtualized select), becaus
|
||||
| popper-options | Customized popper option see more at [popper.js](https://popper.js.org/documentation.html) | object | - | - |
|
||||
| automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false |
|
||||
| clear-icon | Customized clear icon class | string | — | el-icon-circle-close |
|
||||
| height | The height of the dropdown panel, 34px for each item| number | - | 170 |
|
||||
|
||||
<span style="display: none;">
|
||||
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->
|
||||
|
@ -356,6 +356,7 @@ Some APIs are still undergoing (comparing to the non-virtualized select), becaus
|
||||
| popper-options | Customized popper option see more at [popper.js](https://popper.js.org/documentation.html) | object | - | - |
|
||||
| automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false |
|
||||
| clear-icon | Customized clear icon class | string | — | el-icon-circle-close |
|
||||
| height | The height of the dropdown panel, 34px for each item| number | - | 170 |
|
||||
|
||||
<span style="display: none;">
|
||||
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->
|
||||
|
@ -356,6 +356,7 @@ Some APIs are still undergoing (comparing to the non-virtualized select), becaus
|
||||
| popper-options | Customized popper option see more at [popper.js](https://popper.js.org/documentation.html) | object | - | - |
|
||||
| automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false |
|
||||
| clear-icon | Customized clear icon class | string | — | el-icon-circle-close |
|
||||
| height | The height of the dropdown panel, 34px for each item| number | - | 170 |
|
||||
|
||||
<span style="display: none;">
|
||||
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->
|
||||
|
@ -356,6 +356,7 @@ WIP (该功能还在施工中👷♀️)
|
||||
| popper-options | 用户定制化 popper 的行为, 更多请查看文档[popper.js](https://popper.js.org/documentation.html) | object | - | - |
|
||||
| automatic-dropdown | 对于不可搜索的 Select,是否在输入框获得焦点后自动弹出选项菜单 | boolean | - | false |
|
||||
| clear-icon | 自定义清空图标的类名 | string | — | el-icon-circle-close |
|
||||
| height | 面板的高度,每项的高度为34px | number | - | 170 |
|
||||
|
||||
<span style="display: none;">
|
||||
<!-- | no-match-text | 搜索条件无匹配时显示的文字,也可以使用`#empty`设置 | string | — | 无匹配数据 | -->
|
||||
|
Loading…
Reference in New Issue
Block a user