From 05b1884ba0ec5780f3bcda1ee5e123432cbc4d44 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Fri, 29 Nov 2024 09:37:27 +0100 Subject: [PATCH] remove aria on epci input because it s enclosed in a fieldset with the correct aria --- .../editable_champ/epci_component/epci_component.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/editable_champ/epci_component/epci_component.html.haml b/app/components/editable_champ/epci_component/epci_component.html.haml index 8fdc4b2cb77..44f66cccb71 100644 --- a/app/components/editable_champ/epci_component/epci_component.html.haml +++ b/app/components/editable_champ/epci_component/epci_component.html.haml @@ -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"