-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 6 support #503
Comments
it appears that Rails 6 includes the Trix editor as part of Action Text, and this doesn't work with bootstrap_form. May require update to documentation, but following the instructions causes an unselectable box on the form. |
@nevware Thanks for reporting this! Would you mind creating a separate issue for it? It's easy to manage the work if we have a separate issue for each broken bit that we find. Thanks again for taking the time to give feedback. |
Done: #508 |
Version 4.3.0 has been deemed the official Rails 6.0.0 version. There is at least one reported issue with the rich text area support still (#540). |
Ensure that
bootstrap_form
will work with Rails 6.If you want to work on this, assign the issue to yourself. You can do one or more items on the checklist -- no need to do them all. If you're not actively working on this issue, please unassign the issue so others can work on it.
If you find a specific issue where
bootstrap_form
is incompatible with Rails 6, please create an issue for it, and refer to this issue. Thanks in advance!The text was updated successfully, but these errors were encountered: