mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Dropdown: allow change show/hide timeout by props (#7621)
* Dropdown: Allow change show/hide timeout by props * Dropdown: Fixes for document mistake
This commit is contained in:
@@ -210,6 +210,8 @@ Clicking each dropdown item fires an event whose parameter is assigned by each i
|
||||
| menu-align | horizontal alignment | string | start/end | end |
|
||||
| trigger | how to trigger | string | hover/click | hover |
|
||||
| hide-on-click | whether to hide menu after clicking menu-item | boolean | — | true |
|
||||
| show-timeout | Delay time before show a dropdown | number | — | 250 |
|
||||
| hide-timeout | Delay time before hide a dropdown | number | — | 150 |
|
||||
|
||||
### Dropdown Events
|
||||
| Event Name | Description | Parameters |
|
||||
|
||||
Reference in New Issue
Block a user