Skip to content

Commit 432c662

Browse files
committed
switch to cdkAriaLive
1 parent 197ba5e commit 432c662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/datepicker/calendar-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="mat-calendar-controls">
33
<button mat-button type="button" class="mat-calendar-period-button"
44
(click)="currentPeriodClicked()" [attr.aria-label]="periodButtonLabel"
5-
aria-live="polite">
5+
cdkAriaLive="polite">
66
{{periodButtonText}}
77
<div class="mat-calendar-arrow"
88
[class.mat-calendar-invert]="calendar.currentView != 'month'"></div>

0 commit comments

Comments
 (0)