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

2 lines
220 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: "width-33-desktop width-100-mobile fr-select"