We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d77a9f commit 1340b9dCopy full SHA for 1340b9d
1 file changed
src/search/components/input/SearchOverlay.tsx
@@ -650,6 +650,7 @@ export function SearchOverlay({
650
} else {
651
OverlayContents = (
652
<ActionList
653
+ id="search-suggestions-list"
654
aria-label={t('search.overlay.suggestions_list_aria_label')}
655
showDividers
656
className={styles.suggestionsList}
@@ -1026,7 +1027,7 @@ function renderSearchGroups(
1026
1027
1028
groups.push(
1029
<ActionList.Group key="general" data-testid="general-autocomplete-suggestions">
- <ActionList.GroupHeading as="h3" tabIndex={-1} id="search-suggestions-list">
1030
+ <ActionList.GroupHeading as="h3" tabIndex={-1}>
1031
{t('search.overlay.general_suggestions_list_heading')}
1032
</ActionList.GroupHeading>
1033
{items}
0 commit comments