Currently, aria-describedby gets extended with the inner error ID every time you submit an invalid form. This duplicates the ID inside aria-describedby and may lead to problems for screen readers.
Steps to reproduce
Add a form with a required field.
Submit the form without entering data twice.
Look at the aria-describedby attribute of the required field.
Version
1.3.0
Link
No response
Environment info
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Bug/Problem
Currently,
aria-describedby
gets extended with the inner error ID every time you submit an invalid form. This duplicates the ID insidearia-describedby
and may lead to problems for screen readers.Steps to reproduce
aria-describedby
attribute of the required field.Version
1.3.0
Link
No response
Environment info
No response
Code of Conduct