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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ export function Calendar() {
119
119
|`onChange`|`({startDate, endDate}) => void`| Callback function triggered when the start and end change. |
120
120
|`min`|`number`| Defines the minimum allowed nights. |
121
121
|`max`|`number`| Defines the maximum allowed nights. |
122
+
|`allowRangeReset`|`boolean`| When `true`, tapping any date while a complete range is selected clears the end date and starts a fresh selection from the tapped date. Defaults to `false`. |
0 commit comments