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

Test wrapper_class and wrapper: { class: specified #671

Closed lcreid closed 1 year ago

lcreid commented 1 year ago

It wasn't clear what should happen if both wrapper_class: ... and wrapper: { class: ... were specified. These tests show that wrapper: { class: ... wins.