9e26ee932e
Closes #7429
5 lines
202 B
Text
5 lines
202 B
Text
= form.text_field :value,
|
|
id: champ.input_id,
|
|
placeholder: champ.type_de_champ.placeholder.presence || t(".placeholder"),
|
|
required: champ.mandatory?,
|
|
aria: { describedby: champ.describedby_id }
|