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

Fix errors on screenshots #716

Closed lcreid closed 7 months ago

lcreid commented 8 months ago

The way we were generating the screenshots for the errors_on examples didn't have the right markup to cause the errors to be displayed.

Branched from #715 . There will be fewer changes in this PR once that one is merged.

Fixes: #714 .