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/date-picker/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
@@ -51,6 +51,7 @@ The following APIs are shared by nz-date-picker, nz-range-picker.
51
51
|`[nzRenderExtraFooter]`| render extra footer in panel |`TemplateRef \| string \| (() => TemplateRef \| string)`| - |
52
52
|`[nzSize]`| determine the size of the input box, the height of `large` and `small`, are 40px and 24px respectively, while default size is 32px |`'large' \| 'small'`| - | - |
53
53
|`[nzStatus]`| Set validation status |`'error' \| 'warning'`| - |
54
+
|`[nzPlacement]`| The position where the selection box pops up |`'bottomLeft' \| 'bottomRight' \| 'topLeft' \| 'topRight'`|`'bottomLeft'`||
54
55
|`[nzSuffixIcon]`| the custom suffix icon |`string`\|`TemplateRef`| - | ✅ |
55
56
|`[nzBorderless]`| remove the border |`boolean`|`false`| - |
0 commit comments