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 committed Nov 29, 2024
1 parent 19f6332 commit a6b73f3
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 a6b73f3

Please sign in to comment.