mui/material-ui-pickers

Allow customizing the month format in MonthSelection

tpeek opened this issue · 1 comments

tpeek commented
  • I have searched the issues of this repository and believe that this is not a duplicate.

Summary 💡

The monthText variable in the MonthSelection component is hard coded as 'monthShort'.

https://github.com/mui-org/material-ui-pickers/blob/next/lib/src/views/Calendar/MonthSelection.tsx#L74

Screen Shot 2020-11-21 at 7 18 55 PM

It would be great if this was customizable, so that the full month name could be displayed.

Examples 🌈

Motivation 🔦

Our designs call for the full month name to be displayed.