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

Apply form-range class to range inputs #734

Closed lcreid closed 3 weeks ago

lcreid commented 3 weeks ago

This implementation follows the approach used for form_select, so hopefully it has fewer failure modes.

Fixes: #677 .