Angular Material DatePicker: Allow option to show two months in the date picker #27441
Labels
feature
This issue represents a new feature or feature request rather than a bug or bug fix
needs triage
This issue needs to be triaged by the team
Feature Description
This feature was requested 5 years ago so I figured it would be worth asking if circumstances have changed to be able to have the option to show two months in the date picker as requested earlier in this issue Git Hub Issue 14586.
I think the original requestor has provided a pretty decent description of the feature.
A couple of suggestions would be
a) It would be available both in single date picker and date range picker.
b) It would be an opt-in setting, which by default would be off so it's backward compatible.
<mat-datepicker [multimonth]="true #picker></mat-datepicker>
and
<mat-date-range-picker [multimonth]="true #picker #picker></mat-date-range-picker>
But if feedback is needed I'd be happy to provide more details.
Use Case
Most users now prefer a two month date picker which there are other options to choose from, but we've invested into the material components so it'd be nice if this was available natively.
The text was updated successfully, but these errors were encountered: