Skip to content

Commit 4d063a4

Browse files
chore(datePicker): update default popup dimensions values
1 parent c45be32 commit 4d063a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/datepicker/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ The Date Picker component exposes the following features:
4040
* `DisabledDates` - Specifies a list of dates that can not be selected.
4141
* `Enabled` - Specifies whether typing in the input is allowed.
4242
* `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`.
4545
* `Value` - The current value of the input. Can be used for binding.
4646
* `View` - Specifies the current view that will be displayed in the popup calendar.
4747
* `Width` - Defines the width of the DatePicker. Defaults to `280px`.

0 commit comments

Comments
 (0)