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/datepicker/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ The Date Picker component exposes the following features:
40
40
*`DisabledDates` - Specifies a list of dates that can not be selected.
41
41
*`Enabled` - Specifies whether typing in the input is allowed.
42
42
*`Format` - Specifies the format of the DateInput of the DatePicker. Defaults to `yyyy-MM-dd`. Read more in the [Supported Formats]({%slug components/dateinput/supported-formats%}) article.
43
-
*`PopupHeight` - Defines the height of the DatePicker's Popup. Defaults to `280px`.
44
-
*`PopupWidth` - Defines the width of the DatePicker's Popup. Defaults to `320px`.
43
+
*`PopupHeight` - Defines the height of the DatePicker's Popup. Defaults to `auto`.
44
+
*`PopupWidth` - Defines the width of the DatePicker's Popup. Defaults to `auto`.
45
45
*`Value` - The current value of the input. Can be used for binding.
46
46
*`View` - Specifies the current view that will be displayed in the popup calendar.
47
47
*`Width` - Defines the width of the DatePicker. Defaults to `280px`.
0 commit comments