2017-08-02 14:56:08 +02:00
|
|
|
= form.text_field :value,
|
2022-01-05 11:44:07 +01:00
|
|
|
id: champ.input_id,
|
2017-07-25 14:33:03 +02:00
|
|
|
placeholder: champ.libelle,
|
2019-11-20 20:47:36 +01:00
|
|
|
required: champ.mandatory?,
|
2022-01-05 11:44:07 +01:00
|
|
|
aria: { describedby: champ.describedby_id }
|