We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/p/sandbox/suspicious-frost-vqy5dx?file=%2Fsrc%2FDatetimeExample.tsx%3A19%2C11
Render <DateRangePicker3> or <DateRangeInput3> with contiguousCalendarMonths={false} and set dayPickerProps={{ formatters }}
<DateRangePicker3>
<DateRangeInput3>
contiguousCalendarMonths={false}
dayPickerProps={{ formatters }}
Custom formatters are not applied to caption component dropdowns
Custom formatters are applied, just like they are for contiguous month date range pickers
Fix implementation of <DatePicker3Caption> to use the user-provided formatters sent through props
<DatePicker3Caption>
The text was updated successfully, but these errors were encountered:
adidahiya
Successfully merging a pull request may close this issue.
Environment
Code Sandbox
https://codesandbox.io/p/sandbox/suspicious-frost-vqy5dx?file=%2Fsrc%2FDatetimeExample.tsx%3A19%2C11
Steps to reproduce
Render
<DateRangePicker3>
or<DateRangeInput3>
withcontiguousCalendarMonths={false}
and setdayPickerProps={{ formatters }}
Actual behavior
Custom formatters are not applied to caption component dropdowns
Expected behavior
Custom formatters are applied, just like they are for contiguous month date range pickers
Possible solution
Fix implementation of
<DatePicker3Caption>
to use the user-provided formatters sent through propsThe text was updated successfully, but these errors were encountered: