Skip to content

Commit d270bf6

Browse files
crisbetojelbourn
authored andcommitted
fix(datepicker): double role definition on calendar cell (#17297)
Fixes the calendar cells having two `role` attributes. Fixes #17280.
1 parent dcbba89 commit d270bf6

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
@@ -40,7 +40,6 @@
4040
(click)="_cellClicked(item)"
4141
[style.width]="_cellWidth"
4242
[style.paddingTop]="_cellPadding"
43-
role="button"
4443
[style.paddingBottom]="_cellPadding">
4544
<div class="mat-calendar-body-cell-content"
4645
[class.mat-calendar-body-selected]="selectedValue === item.value"

0 commit comments

Comments
 (0)