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

Use a `bootstrap_form_for` wrapper for README examples that display errors #637

Closed donv closed 2 years ago

donv commented 2 years ago

Remove the wrapping form tag for examples that don't include the bootstrap_form_for wrapper.

This concludes the augmenting of README.md.

The next step is to look at the examples and check that they generate the correct HTML and look good.

I would like to get feedback on this work, even if it is just LGTM 😄

I'll request a review by @lcreid , but others please chime in if you have any opinions.