-
-
Notifications
You must be signed in to change notification settings - Fork 534
Description
Wojciech,
First, thank you for continuing to develop and support this product. I was confused and disappointed to see that zippyui and Radu Brehar (https://github.com/radubrehar) seemed to completely disappear and abandon the react-date-picker. I think this collection of date utilities is one of the best around. I am excited to see that you are keeping it up with the latest versions of react.
I am using the MonthView from react-date-picker 5.3.28. I see that you have migrated some of the components (like MonthView, YearView, and DecadeView) to this library. I've noticed that some functionality is no longer supported in MonthView.
Specifically, the following props:
weekNumbers
highlightRangeOnMouseMove
defaultRange
viewDate
constrainViewDate
range
onViewDateChange
onActiveDateChange
onRangeChange
What are your plans for supporting these? Most important to me are weekNumbers, range, onViewDateChange, onActiveDateChange, and onRangeChange. I am very willing to help. I was able to get a copy of the original 5.X code before it went away: https://github.com/lemmingapex/react-date-picker
I don't know if that is at all helpful to you. Please let me know what your thoughts are and how I can help. Thanks!