demarches-normaliennes/app/views/shared/dossiers/editable_champs/_text.html.haml

5 lines
154 B
Text

= form.text_field :value,
id: champ.input_id,
placeholder: champ.libelle,
required: champ.mandatory?,
aria: { describedby: champ.describedby_id }