e26cee8d9d
cc #7429
5 lines
158 B
Text
5 lines
158 B
Text
= form.text_field :value,
|
|
id: champ.input_id,
|
|
placeholder: t(".placeholder"),
|
|
required: champ.mandatory?,
|
|
aria: { describedby: champ.describedby_id }
|