如何在 Rails 中不对按钮使用 Foundation 样式
How to not use Foundation styling for buttons in Rails
我在 Rails 应用程序中使用 Foundation。
当我使用 simple_form
时,button
class 被添加到所有表单按钮。
如何在不覆盖 button
class 的情况下避免这种情况?
编辑 config/initializers/simple_form.rb
初始值设定项
你可以找到
# Default class for buttons
config.button_class = 'button'
根据需要对其进行评论或更改
我在 Rails 应用程序中使用 Foundation。
当我使用 simple_form
时,button
class 被添加到所有表单按钮。
如何在不覆盖 button
class 的情况下避免这种情况?
编辑 config/initializers/simple_form.rb
初始值设定项
你可以找到
# Default class for buttons
config.button_class = 'button'
根据需要对其进行评论或更改