You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/dropdown/doc/index.en-US.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ If there are too many operations to display, you can wrap them in a `Dropdown`.
25
25
|`[nzOverlayClassName]`| Class name of the dropdown root element |`string`| - |
26
26
|`[nzOverlayStyle]`| Style of the dropdown root element |`object`| - |
27
27
|`(nzVisibleChange)`| a callback function takes an argument: `nzVisible`, is executed when the visible state is changed |`EventEmitter<boolean>`| - |
28
+
|`[nzArrow]`| Whether the dropdown arrow should be visible |`boolean`|`false`|
28
29
29
30
You should use [nz-menu](/components/menu/en) in `nz-dropdown`. The menu items and dividers are also available by using `nz-menu-item` and `nz-menu-divider`.
0 commit comments