Custom header should be rendered when showMonthYearPicker is enabled. renderCustomHeader should provide functions for month picker header.
Custom header is not rendered when showMonthYearPicker is enabled.
Use renderCustomHeader with showMonthYearPicker.
I may have a fix in this commit
Not sure why renderCustomHeader was ignored if showMonthYearPicker. Can anyone shed some light?
It looks like this isn't just a feature request, but a bug, because the header does not render navigation buttons if there is a custom header 馃槥
That's not a bug, that is the feature. There are functions passed for the navigation buttons, so you can implement them yourself.
@arsmth Are you planning to submit that PR? If not, I can give it a shot. It would be a breaking change though.
@tu4mo Go for it, I鈥檓 on holiday for a few weeks. Have you thought about the +/- year functions?
@tu4mo Any updates on this ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I may have a fix in this commit
Not sure why renderCustomHeader was ignored if showMonthYearPicker. Can anyone shed some light?