[pickers] Day of the week title (PickersCalendarDayHeader) is forced to truncate to the first char #5541
Labels
component: pickers
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
new feature
New feature or request
Current behavior 😯
The titles of the days of the week in the DayPicker are truncated to the first character, regardless of what the localized helper
getWeekdays
returns.children: day.charAt(0).toUpperCase()
Expected behavior 🤔
I propose to add an option to disable truncating of days titles or the ability to pass a custom
PickersCalendarDayHeader
componentThe text was updated successfully, but these errors were encountered: