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

2 lines
186 B
Text
Raw Normal View History

2024-10-22 16:53:07 +02:00
= @form.select :value, options, select_options, required: @champ.required?, id: @champ.input_id, aria: { describedby: "#{@champ.describedby_id} #{@champ.error_id}" }, class: "fr-select"