Daypicker/day view heading doesn't react to dayPickerHeadingFormat prop and it's impossible to change it, it keeps showing default one. Issue with day view is caused by dayPickerHeadingFormat prop that is used on a wrong component, it should be used on day-picker instead of month-picker.
Also, it's hard to distinguish Year/Month/Day/Time views as there's no CSS class or any other identifier to target.
This PR contains changes for dayPickerHeadingFormat prop and extra styling/CSS classes added to distinguish different view modes or elements inside it.
Daypicker/day view heading doesn't react to
dayPickerHeadingFormat
prop and it's impossible to change it, it keeps showing default one. Issue with day view is caused bydayPickerHeadingFormat
prop that is used on a wrong component, it should be used onday-picker
instead ofmonth-picker
.Also, it's hard to distinguish Year/Month/Day/Time views as there's no CSS class or any other identifier to target.
This PR contains changes for
dayPickerHeadingFormat
prop and extra styling/CSS classes added to distinguish different view modes or elements inside it.By the way, great work/plugin!