In preparing #369, it looked like there was no need to overload the Rails fields method with a bootstrap_form version of the helper. I now believe I may have been wrong about that. We need to test more to see whether the values of the following options default to the parent form_with options or not: :control_col, :inline_errors, :label_col, :label_errors, and :layout.
In preparing #369, it looked like there was no need to overload the Rails
fieldsmethod with abootstrap_formversion of the helper. I now believe I may have been wrong about that. We need to test more to see whether the values of the following options default to the parentform_withoptions or not::control_col,:inline_errors,:label_col,:label_errors, and:layout.