remove aria on epci input because it s enclosed in a fieldset with the correct aria
This commit is contained in:
parent
483b3c7f11
commit
94ad9c8359
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue