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 on input when input is required #663

Closed CharlieWinkwaves closed 1 year ago

CharlieWinkwaves commented 1 year ago

I fixed this before in https://github.com/bootstrap-ruby/bootstrap_form/pull/605 and https://github.com/bootstrap-ruby/bootstrap_form/pull/606 for both bootstrap 4 and 5 but somehow it got overwritten by a merge??

So here are the changes again

donv commented 1 year ago

@CharlieWinkwaves Thank you! Where are the changes?