Skip to content

Commit

Permalink
update ul aria-labelledby prop for consistency with button
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Foster <[email protected]>
  • Loading branch information
kirsty-hames and oliverfoster authored Nov 21, 2024
1 parent 0f5203a commit c328cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/matchingDropDown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default function MatchingDropDown(props) {
onBlur={onListBlur}
ref={list}
disabled={!_isEnabled}
aria-labelledby={props.questionTitleId}
aria-labelledby={props.ariaLabelledBy}
aria-activedescendant={highlightedOption && `dropdown__item__${_id}__${_itemIndex}__${highlightedOption._index}`}
>

Expand Down

0 comments on commit c328cbc

Please sign in to comment.