-
Notifications
You must be signed in to change notification settings - Fork 20
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
Переделать дефолтный FormBuilder для поддержки Bootstrap CSS 5 #521
Comments
Может есть ссылко на туториал, чтобы понять как вообще это всё должно работать в рельсах? |
Но проблема в том, что в оригинальных рельсовых формбилдерах сам чёрт ногу сломит. |
А так вот пример: https://brandnewbox.com/notes/2021/03/form-builders-in-ruby/ |
Ага, класс который генерит HTML для контролов. Cудя по bootstrap-ruby/bootstrap_form#553 оно ещё не в релизе. И как gem устанавливать тогда? |
Нашёл в
|
https://github.com/bootstrap-ruby/bootstrap_form/tree/bootstrap-5/lib/bootstrap_form/inputs как-то сильно навороченный. Свой класс будет проще. |
Чтобы не мучаться с ручным указанием классов для элементов форм, нужно добавить их в FormBuilder. См. пример в https://github.com/minsk-hackerspace/hackerspace.by/blob/bootstrap-5/app/helpers/application_helper.rb#L40 для label.
The text was updated successfully, but these errors were encountered: