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