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

Support Bootstrap 5 floating labels. Fixes #573 #584

Closed thimo closed 3 years ago

thimo commented 3 years ago

Add support for Bootstrap 5 floating labels. See https://github.com/bootstrap-ruby/bootstrap_form/issues/573.

CleanShot 2021-04-07 at 10 20 48@2x
thimo commented 3 years ago

Tests fail, but this should be fixed when merging https://github.com/bootstrap-ruby/bootstrap_form/pull/583.

thimo commented 3 years ago

I've added a section "Floating Labels" to the "Form Styles", including a short example. Nothing too fancy. Please let me know if this can/should be improved on.

Additionally I've rebased my branch to the current bootstrap-5 branch so tests would run, and also fixed one Rubocop offence.