Hi
Two features that are critical:
First in Calendar.js file on line 109, just make it customizable as we can pass it as prop to make it just MM or YYYYMM. (It can be a true false too)
Second use a prop to pass a callback function to render each day by that function, that function should take:
1.the day object
2.the component that was going to be rendered by default
3.the selected day
4.the current date
These are very easy to change but critical and useful.
Please change these as soon as possible.
thanks
Hi Two features that are critical: First in Calendar.js file on line 109, just make it customizable as we can pass it as prop to make it just MM or YYYYMM. (It can be a true false too) Second use a prop to pass a callback function to render each day by that function, that function should take: 1.the day object 2.the component that was going to be rendered by default 3.the selected day 4.the current date These are very easy to change but critical and useful. Please change these as soon as possible. thanks