bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 352 forks source link

Remove form attribute role="form" #569

Closed lcreid closed 3 years ago

lcreid commented 4 years ago

The form attribute role="form" causes warnings from accessibility validators (#560 and #562). Drop the role="form" for Bootstrap 5.

This includes at least:

lcreid commented 3 years ago

Fixes by #571