demarches-normaliennes/app/components/editable_champ/text_component/text_component.html.haml
2024-12-19 09:31:42 +01:00

1 line
157 B
Text

= @form.text_field(:value, input_opts(id: @champ.input_id, required: @champ.required?, aria: { describedby:"#{@champ.describedby_id} #{@champ.error_id}" }))