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

2 lines
196 B
Text
Raw Normal View History

2023-06-28 12:14:04 +02:00
= @form.select :value, options, select_options, required: @champ.required?, id: @champ.input_id, aria: { describedby: @champ.describedby_id }, class: "width-33-desktop width-100-mobile fr-select"