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: src/daterangepicker/dayspan.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@
12
12
<p>
13
13
DateRangePicker has <code>minDays</code> and <code>maxDays</code> 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.
14
14
</p>
15
-
<p>We may have seen in hotel booking website that we can book rooms as packages like 3 or 5 days packages. For this scenario we can use minDays and maxDays.</p>
15
+
<p>
16
+
For example, in some hotel booking website, we need to book rooms that includes packages like minimum 3 days to maximum 5 days. For this scenario this feature can be used.
17
+
</p>
16
18
<p>More information on the DateRangePicker minDays/maxDays support can be found in the
0 commit comments