mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 04:08:34 +08:00
docs: [select-v2] add item-height attribute into doc (#14033)
This commit is contained in:
parent
69750fbaf7
commit
d73bf47f8b
@ -167,6 +167,7 @@ select-v2/use-valueKey
|
||||
| popper-options | Customized popper option see more at [popper.js](https://popper.js.org/docs/v2/) | object | - | - |
|
||||
| automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false |
|
||||
| height | The height of the dropdown panel, 34px for each item | number | - | 170 |
|
||||
| item-height | The height of the dropdown item | number | - | 34 |
|
||||
| scrollbar-always-on | Controls whether the scrollbar is always displayed | boolean | - | false |
|
||||
| remote | whether search data from server | boolean | — | false |
|
||||
| remote-method | function that gets called when the input value changes. Its parameter is the current input value. To use this, `filterable` must be true | function(keyword: string) | — | — |
|
||||
|
Loading…
Reference in New Issue
Block a user