Skip to content

Commit c9a17b9

Browse files
committed
fix(datepicker): double role definition on calendar cell
Fixes the calendar cells having two `role` attributes. Fixes #17280.
1 parent 198911f commit c9a17b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/datepicker/calendar-body.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
{{_firstRowOffset >= labelMinRequiredCells ? label : ''}}
2929
</td>
3030
<td *ngFor="let item of row; let colIndex = index"
31-
role="gridcell"
3231
class="mat-calendar-body-cell mat-focus-indicator"
3332
[ngClass]="item.cssClasses"
3433
[tabindex]="_isActiveCell(rowIndex, colIndex) ? 0 : -1"

0 commit comments

Comments
 (0)