months
Description
sets the number of calendars in DateRangePickerType
number
Default
2
Example
<DateRangePicker months={1} />
Details
By default, there are two calendars in the DateRangePicker control to select a date range from. You can allow selection of a date range within one calendar by setting the months
property with the 1
value.
Related article: Setting the number of calendars
Related sample: DateRangePicker