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/form-field): move error aria-live to parent container #30155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrewseguin
Copy link
Contributor

@andrewseguin andrewseguin commented Dec 9, 2024

This is a slight change in behavior where the aria-live is always set to polite even if the user puts a different aria-live value on the error. Based on internal usage, this is very rare (and not part of the documented API)

Fixes #29616

@andrewseguin andrewseguin requested a review from a team as a code owner December 9, 2024 20:01
@andrewseguin andrewseguin requested review from crisbeto and mmalerba and removed request for a team December 9, 2024 20:01
@andrewseguin andrewseguin added the target: patch This PR is targeted for the next patch release label Dec 9, 2024
@andrewseguin andrewseguin added the dev-app preview When applied, previews of the dev-app are deployed to Firebase label Dec 9, 2024
Copy link

github-actions bot commented Dec 9, 2024

Deployed dev-app for f57542a to: https://ng-dev-previews-comp--pr-angular-components-30155-dev-9jziu7lw.web.app

Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.

@andrewseguin andrewseguin force-pushed the form-field-error branch 2 times, most recently from 8b038a3 to b09e2c6 Compare December 11, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: material/form-field dev-app preview When applied, previews of the dev-app are deployed to Firebase target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(MatError): Screen reader doesn't announce errors shown after tabbing out of the field
2 participants