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

4 lines
133 B
Text

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