Skip to content

Commit

Permalink
remove aria on epci input because it s enclosed in a fieldset with th…
Browse files Browse the repository at this point in the history
…e correct aria
  • Loading branch information
LeSim authored and inseo committed Dec 19, 2024
1 parent 06138b6 commit 05b1884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
.fr-select-group
= @form.label :value, for: @champ.epci_input_id, class: 'fr-label' do
- "EPCI"
= @form.select :value, epci_options, epci_select_options, required: @champ.required?, id: @champ.epci_input_id, aria: { describedby: "#{@champ.describedby_id} #{@champ.error_id}" }, class: "width-33-desktop width-100-mobile fr-select"
= @form.select :value, epci_options, epci_select_options, required: @champ.required?, id: @champ.epci_input_id, class: "width-33-desktop width-100-mobile fr-select"

0 comments on commit 05b1884

Please sign in to comment.