From a8ec63c54d52767be86cb42abe1ee980354ef5ae Mon Sep 17 00:00:00 2001 From: Zach Arend Date: Tue, 1 Mar 2022 07:16:42 -0800 Subject: [PATCH] fix(material/datepicker): use aria-live over cdkAriaLive on period button (#24398) On the period button on the calendar, use `aria-live` over `cdkAriaLive` because that seems to work better with VoiceOver. This fixes an issue where VoiceOver did not announce the month after clicking the "Month Month"/"Previous Month" buttons (#24397). Fixes #24397 --- src/material/datepicker/calendar-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/datepicker/calendar-header.html b/src/material/datepicker/calendar-header.html index 7b7595dc14df..7570d82e9a02 100644 --- a/src/material/datepicker/calendar-header.html +++ b/src/material/datepicker/calendar-header.html @@ -3,7 +3,7 @@