Skip to content

Commit 40827b1

Browse files
committed
Update README for support of rich_text_area.
1 parent edcdd87 commit 40827b1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,7 @@ will be rendered as
497497
(some unimportant HTML attributes have been removed for simplicity)
498498

499499
## Rich Text Areas AKA Trix Editor
500-
If you're using Rails 6, and `bootstrap_form` from the master branch on GitHub,
501-
`bootstrap_form` supports the `rich_text_area` helper.
500+
If you're using Rails 6, `bootstrap_form` supports the `rich_text_area` helper.
502501

503502
```
504503
<%= f.rich_text_area(:life_story) %>
@@ -513,14 +512,6 @@ will be rendered as:
513512
</div>
514513
```
515514
516-
To use `bootstrap_form` from the master branch of GitHub, change the `bootstrap_form` line in your `Gemfile` to:
517-
```
518-
gem "bootstrap_form", git: "https://github.com/bootstrap-ruby/bootstrap_form"
519-
```
520-
521-
Support for `rich_text_area` is highly experimental at this time.
522-
Please submit bugs to the [issue tracker](https://github.com/bootstrap-ruby/bootstrap_form/issues).
523-
524515
## File Fields
525516
The `file_field` helper generates mark-up for a Bootstrap 4 custom file field entry. It takes the [options for `text_field`](#form-helper-options), minus `append` and `prepend`.
526517

0 commit comments

Comments
 (0)