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

1 line
186 B
Text

= @form.select :value, options, select_options, required: @champ.required?, id: @champ.input_id, aria: { describedby: "#{@champ.describedby_id} #{@champ.error_id}" }, class: "fr-select"