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

Update hide_class from sr-only to visually-hidden #615

Closed aki77 closed 2 years ago

aki77 commented 2 years ago

https://getbootstrap.com/docs/5.0/migration/#helpers

donv commented 2 years ago

This seems like a good change. Will merge when check succeed.

donv commented 2 years ago

Checks for "danger" failed. Maybe rebase?

donv commented 2 years ago

I fixed the danger failure on master. All the other checks succeeded, so I'll merge.

aki77 commented 2 years ago

Thanks!