angular / angular/components

bug(mat-date-picker): month shown twice in date picker

Abierto Apto para principiantes
#33,763 0 comentarios 2 reacciones 0 asignados Ver en GitHub
area: material/datepicker gemini-triaged P4
Lenguaje dominante
TypeScript
Estrellas
25k
Forks
6.8k
Merge medio
1 d 8 h
PR fusionados (30 d)
91

Descripción

### Is this a regression?

- [ ] Yes, this behavior used to work in the previous version

### The previous version in which this bug was not present was

_No response_

### Description

The month appears twice in the date picker, once in the month-year element at the top
> #mat-datepicker-0 > mat-calendar-header > div > div > button.mdc-button.mat-mdc-button-base.mat-calendar-period-button.mat-mdc-button.mat-unthemed > span.mdc-button__label > span

>> SEP 2026

and then again in the body of the calendar below the days of week headers
> #mat-datepicker-0 > div > mat-month-view > table > tbody > tr:nth-child(1) > td.mat-calendar-body-label

>> SEP

----

Some of this code is from:
https://github.com/angular/components/blob/a69732f546a5f1f43faeb0039fa08e4f7a1150f0/src/material/datepicker/calendar.ts#L162-L164
The other side is really old:
https://github.com/angular/components/blob/3b31d7b88998d3c26530436e72e1b57283e1cbde/src/lib/datepicker/calendar.ts#L91-L93

### Reproduction

Steps to reproduce:
1. Visit https://material.angular.dev/components/datepicker/overview
2. Click the 📆 button next to `Choose a date` in the `Basic datepicker` box
3. See the current month and current year at the top left
4. See the current month again two lines below

### Expected Behavior

Don't show the current month again below the days of the week when in day picker mode and the month is shown at the top.

### Actual Behavior

The month is shown twice.

Image

### Environment

- Angular: 21.2.9
- CDK/Material: 21.2.9
- Browser(s): chrome
- Operating System (e.g. Windows, macOS, Ubuntu): macOS

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Comienza reproduciendo el problema en el Basic datepicker example y, después, lee src/material/datepicker/calendar.ts alrededor del encabezado del calendario y de la etiqueta de la vista mensual mencionada en el informe. Confirma que el mes duplicado aparece en day-picker mode y verifica que la etiqueta del mes inferior está ausente, mientras que el month-year control sigue visible.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
angular, typescript
Área
frontend
Tipo de issue
Error
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Activo
Claridad
Bastante claro
Aptitud para principiantes
72/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.