Skip to content

Commit

Permalink
[Search] a11y make index mappings search results accessible (elastic#…
Browse files Browse the repository at this point in the history
…201455)

## Summary
Make index mappings search results accessible so that it can read by
screen reader when navigated by keyboard
  • Loading branch information
saarikabhasi authored and CAWilson94 committed Dec 12, 2024
1 parent ef82311 commit e97f40a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const SearchResultItem = React.memo(function FieldListItemFlatComponent({
'mappingsEditor__fieldsListItem__content--toggle': hasChildFields || hasMultiFields,
'mappingsEditor__fieldsListItem__content--multiField': isMultiField,
})}
tabIndex={0}
>
<EuiFlexItem
grow={false}
Expand Down

0 comments on commit e97f40a

Please sign in to comment.