小编Bob*_*ter的帖子

Rails simple_form,在输入之前移动提示

无论如何移动提示组件使其出现在输入之前?

当前显示的组件按以下顺序显示:标签,输入,提示,错误.我尝试添加:components选项,但这不起作用.

这是我的代码:

<%= f.input :content, 
            :components => [:label, :hint, :input], 
            :as => :text, 
            hint: 'Please 1) include your exact copy here, 2) upload your copy document in the next step, or 3) describe any content services to include in our estimate.', 
            required: true, 
            :label => "Copy" %>
Run Code Online (Sandbox Code Playgroud)

ruby-on-rails simple-form

7
推荐指数
2
解决办法
4776
查看次数

标签 统计

ruby-on-rails ×1

simple-form ×1