Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(material/datepicker): announce the "to" when reading year range #24958

Merged
merged 1 commit into from Sep 19, 2022

Commits on Sep 17, 2022

  1. fix(material/datepicker): announce the "to" when reading year range

    Create period button's `aria-description` using `formatYearRangeLabel`
    method. Format year range in a TTS friendly way (e.g. "2019 to 2020").
    Previously, some screen readers would announce the range as "2019 2020".
    
    Fixes angular#23467.
    zarend committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    354a490 View commit details
    Browse the repository at this point in the history