Skip to content

Commit

Permalink
Add a visually hidden span with the aria label for the dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
drgrice1 committed Dec 13, 2024
1 parent c0b19e3 commit 2169d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion macros/parsers/parserPopUp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ sub MENU {
data_feedback_insert_method => 'append_content',
join(
'',
main::tag('input', type => 'hidden', name => $name, value => $answer_value),
main::tag('input', type => 'hidden', name => $name, value => $answer_value),
main::tag('span', class => 'visually-hidden', $aria_label),
main::tag(
'button',
class => 'btn dropdown-toggle text-nowrap ',
Expand Down

0 comments on commit 2169d44

Please sign in to comment.