comfy-bootstrap-form

Rails form builder for Bootstrap 4 markup that actually works!

MIT License

Downloads
366.3K
Stars
80
Committers
4
comfy-bootstrap-form - 4.0.9 Latest Release

Published by GBH over 4 years ago

Added support for radio_button since there are reasons why you'd want to render singular input.

comfy-bootstrap-form - 4.0.8

Published by GBH almost 5 years ago

  • Made custom_control to be enabled by default
  • Ensured that Bootstrap 4.4.1 renders everything correctly
comfy-bootstrap-form - 4.0.7

Published by GBH almost 5 years ago

  • Added support for rich_text_area that is part of ActionText in Rails 6.0
  • Demo app is updated to support Rails 6.0
comfy-bootstrap-form - 4.0.6

Published by GBH about 6 years ago

Adding support for date_select, time_select and datetime_select

comfy-bootstrap-form - 4.0.2

Published by GBH over 6 years ago

Added support for "custom" bootstrap form elements. File field, checkboxes and radio buttons are supported by passing in custom_control: true option.

comfy-bootstrap-form - 4.0.0

Published by GBH over 6 years ago

  • First release with full Bootstrap 4 markup support.
comfy-bootstrap-form - 4.0.1

Published by GBH over 6 years ago

Expanding support for Rails 5.0 and 5.1 with bootstrap_form_for helper