bootstrap_form icon indicating copy to clipboard operation
bootstrap_form copied to clipboard

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.

Results 58 bootstrap_form issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be nice if we add support for global config options to avoid the necessity of defining them all the time.

new feature

Currently, you can do this: ```erb ``` This is great if you want to control the class name on the label; however, all other attributes for the label are ignored....

new feature

I know the documentation currently states: > The label required class is determined based on the definition of a presence validator with the associated model attribute. Presently this is one...

new feature

Is there an easy way to implement the snippit mentioned here about radio buttons: http://getbootstrap.com/javascript/#buttons I have my radio's defined, but I cant seem to access the class of the...

new feature

Currently the gem allows to insert custom markup using a `form_group` helper with this syntax ``` erb ``` Text inputs (and also other "native" inputs) won't accept a block, i.e....

new feature

`Array#join` always produces a `String`, so some uses of `join` in our code may be causing HTML-safe strings (e.g. error messages) to become "unsafe" and then they'll get escaped. One...

Hello! In this code, title and content fields show inline errors properly but staple_food and main_dish doesn't. Is there a mistake? ``` ```

I have a set of radio buttons in my form group that don't show error messages. When there is an error, the radio buttons and respective labels turn red, but...

https://github.com/bootstrap-ruby/bootstrap_form/pull/726 had to add three gems to the gemfiles because they're not going to be included in the standard library in Ruby 3.4. I assume that these gems will actually...