Blazor Date Range Picker Example
In the Blazor DateRangePicker example, your date range selection is restricted to select minimum of five days and maximum of ten days.
DateRangePicker has MinDays and MaxDays supports to force the user to select the minimum and maximum number of days in the range. Only the values in this range will be enabled.
For example, on some hotel booking websites, you need to book rooms that include packages for a minimum of 3 days to a maximum of 5 days. For this scenario, this feature can be used.