diff --git a/.yarnrc b/.yarnrc index 2372b854..1966a41d 100644 --- a/.yarnrc +++ b/.yarnrc @@ -2,4 +2,4 @@ # yarn lockfile v1 -lastUpdateCheck 1761241670837 +lastUpdateCheck 1761521327441 diff --git a/README.md b/README.md index e326e6c9..b9eb532f 100644 --- a/README.md +++ b/README.md @@ -1732,8 +1732,8 @@ Generated HTML:
- - + +
diff --git a/demo/doc/screenshots/bootstrap/readme/54_example.png b/demo/doc/screenshots/bootstrap/readme/54_example.png index b461c59f..ce994981 100644 Binary files a/demo/doc/screenshots/bootstrap/readme/54_example.png and b/demo/doc/screenshots/bootstrap/readme/54_example.png differ diff --git a/lib/bootstrap_form/form_builder.rb b/lib/bootstrap_form/form_builder.rb index aac1bf36..ef7dccc4 100644 --- a/lib/bootstrap_form/form_builder.rb +++ b/lib/bootstrap_form/form_builder.rb @@ -32,7 +32,7 @@ class FormBuilder < ActionView::Helpers::FormBuilder include BootstrapForm::Inputs::PhoneField include BootstrapForm::Inputs::RadioButton include BootstrapForm::Inputs::RangeField - include BootstrapForm::Inputs::RichTextArea + include BootstrapForm::Inputs::RichTextArea if Gem.loaded_specs["actiontext"] include BootstrapForm::Inputs::SearchField include BootstrapForm::Inputs::Select include BootstrapForm::Inputs::Submit