gpt4 book ai didi

ruby-on-rails - 简单表格 : Is it possible to remove labels and replace them with placeholders using the labels i18n?

转载 作者:行者123 更新时间:2023-12-03 23:32:30 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





How to use placeholders instead of labels in simple_form?

(5 个回答)


7年前关闭。




我正在尝试生成一个常规的简单形式

= simple_form_for [:hq, @team, @order] do |f|
.tickets
= f.select :tickets, :aaa => "aaa"
= render "ticket"


.details
.left
= f.input :address1
= f.input :address2
= f.input :state
= f.input :country
= f.input :email
.right
= f.input :comments

但我希望输入不使用标签呈现,只是占位符中的标题“地址行 1”。

我知道我可以用 f.input :address1, :placeholder => "whatever", :label => "" 做到这一点但我希望它可以使用包装器进行配置,并采用 i18n 值形式标签,而不是占位符。

最佳答案

尝试执行以下操作:

f.input :address1, placeholder: "Address Line 1", label: false

关于ruby-on-rails - 简单表格 : Is it possible to remove labels and replace them with placeholders using the labels i18n?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12558957/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com