File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export interface DropdownProps
23
23
| 'mouseLeaveDelay'
24
24
| 'onPopupAlign'
25
25
| 'builtinPlacements'
26
+ | 'autoDestroy'
26
27
> {
27
28
minOverlayWidthMatchTrigger ?: boolean ;
28
29
arrow ?: boolean ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exports[`dropdown simply works 1`] = `
9
9
</button >
10
10
<div
11
11
class = " rc-dropdown rc-dropdown-placement-bottomLeft"
12
- style = " left: -1000vw; top: -1000vh; box-sizing: border-box;"
12
+ style = " --arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box; min-width: 100px ;"
13
13
>
14
14
<ul
15
15
class = " rc-menu rc-menu-root rc-menu-vertical"
@@ -32,6 +32,7 @@ exports[`dropdown simply works 1`] = `
32
32
</li >
33
33
<li
34
34
class = " rc-menu-item-divider"
35
+ role = " separator"
35
36
/>
36
37
<li
37
38
class = " rc-menu-item"
You can’t perform that action at this time.
0 commit comments