demarches-normaliennes/app/components/editable_champ/text_component/text_component.html.haml
2022-09-01 09:48:27 +02:00

4 lines
128 B
Text

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