demarches-normaliennes/app/components/editable_champ/text_component/text_component.html.haml

5 lines
127 B
Text
Raw Normal View History

2022-08-12 10:45:04 +02:00
= @form.text_field :value,
id: @champ.input_id,
required: @champ.required?,
2022-08-12 10:45:04 +02:00
aria: { describedby: @champ.describedby_id }