Rails simple form 是否有 global 的 maxlength 设置?

stc · July 13, 2012 · Last by fei0456116 replied at July 14, 2012 · 2900 hits

我想全局设置所有页面 simple form 的 input text 的最大输入长度,有没有办法?

目前我只能每个 form 单独设置

:defaults=> {:input_html=>{:maxlength => 200}}

不知道能不能直接通过改initializers/simple_form.rb这个文件直接实现这个功能,不过我到现在也还没找到具体方法

最简单的方案 css

You need to Sign in before reply, if you don't have an account, please Sign up first.