Closed estani closed 3 years ago
https://github.com/heartcombo/simple_form/blob/2fa860e5f607da307570df75cf57b3684f82e23c/lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb#L255
sr-only should be just changed to visually-hidden (https://getbootstrap.com/docs/5.0/helpers/visually-hidden/)
sr-only
visually-hidden
(sorry this is faster than forking & co... hope is still ok)
We have a PR in the works for full bootstrap 5 support: #1738, please feel free to give that one a shot and report any issues to https://github.com/heartcombo/simple_form-bootstrap. Thanks.
https://github.com/heartcombo/simple_form/blob/2fa860e5f607da307570df75cf57b3684f82e23c/lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb#L255
sr-only
should be just changed tovisually-hidden
(https://getbootstrap.com/docs/5.0/helpers/visually-hidden/)(sorry this is faster than forking & co... hope is still ok)