mberneti / react-datepicker2

react datepicker component.(include persian jalaali calendar)
https://mberneti.github.io/react-datepicker2/
MIT License
233 stars 79 forks source link

a little change in customization #27

Open hadiMh opened 5 years ago

hadiMh commented 5 years ago

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

mberneti commented 5 years ago

Hi I appreciate your help for improving this project, I'll work on it asap, but u should know your pr is welcome ;)

hadiMh commented 5 years ago

Ok, tnx If I improve anything I'd let you know, I would be glad to work on it.