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
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
showPreview(DateRange) | bool | true | visibility of preview
127
127
editableDateInputs(Calendar) | bool | false | whether dates can be edited in the Calendar's input fields
128
128
dragSelectionEnabled(Calendar) | bool | true | whether dates can be selected via drag n drop
129
+
calendarFocus(Calendar) | String | 'forwards' | Whether calendar focus month should be forward-driven or backwards-driven. can be 'forwards' or 'backwards'
130
+
preventUnnecessaryRefocus(Calendar) | bool | false | prevents unneceessary refocus of shown range on selection
129
131
onPreviewChange(DateRange) | Object | | Callback function for preview changes
130
132
dateDisplayFormat | String | `MMM d, yyyy` | selected range preview formatter. Check out [date-fns's format option](https://date-fns.org/docs/format)
131
133
dayDisplayFormat | String | `d` | selected range preview formatter. Check out [date-fns's format option](https://date-fns.org/docs/format)
0 commit comments