heartcombo / simple_form

Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
http://blog.plataformatec.com.br/tag/simple_form
MIT License
8.21k stars 1.31k forks source link

Remove aria-required for required fields in HTML5 #1823

Closed aduth closed 2 months ago

aduth commented 10 months ago

Closes #1822

This pull request proposes to remove the inclusion of the aria-required attribute on required fields, since the fields are already assigned the required attribute which would be used by assistive technology to convey the field requirement. See #1822 for additional context.

nashby commented 2 months ago

@aduth thank you!