We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7e774 commit 371ad08Copy full SHA for 371ad08
docs/documentation/docs/controls/DateTimePicker.md
@@ -69,6 +69,8 @@ The `DateTimePicker` control can be configured with the following properties:
69
| timeDisplayControlType | TimeDisplayControlType | no | Specifies what type of control to use when rendering time part. |
70
| showLabels | boolean | no | Specifies if labels in front of date and time parts should be rendered. |
71
| placeholder | string | no | Placeholder text for the DatePicker. |
72
+| maxDate | Date | no | The maximum allowable date. |
73
+| minDate | Date | no | The minimum allowable date. |
74
75
Enum `TimeDisplayControlType`
76
0 commit comments