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 351 forks source link

Set required and aria-required on the input when the input is required #664

Closed CharlieWinkwaves closed 1 year ago

CharlieWinkwaves commented 1 year ago

https://github.com/bootstrap-ruby/bootstrap_form/issues/663

donv commented 1 year ago

@CharlieWinkwaves Thanks! Can you fix the two rubocop offences?

CharlieWinkwaves commented 1 year ago

Yes maybe good to do it as well for radio buttons. I think i created a better solution to make sure the same check is done everywhere.