You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an error message is present, the same message is linked to each field (via aria-describedby). Therefore the screen reader announces an error message for each field.
How to fix it
The aria-describedby attribute should reference the ID of the related bal-field-message, if one is present.
To reproduce, please submit the form without any input, then navigate through the form by Tab with VO on, or inspect the aria-describedby values on each input.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Description of this issue
When an error message is present, the same message is linked to each field (via aria-describedby). Therefore the screen reader announces an error message for each field.
How to fix it
The aria-describedby attribute should reference the ID of the related bal-field-message, if one is present.
Code Reproduction URL
https://dev.author.baloise.magnolia-platform.io/webstyleguide-baloise-com/de/home/components/Form.html
Additional Information
To reproduce, please submit the form without any input, then navigate through the form by Tab with VO on, or inspect the aria-describedby values on each input.
Code of Conduct
The text was updated successfully, but these errors were encountered: