Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/datepicker): use aria-live over cdkAriaLive on period bu…
…tton 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 (angular#24397). Fixes angular#24397
- Loading branch information