From 8a98ba2c24d4ccaaa0a978f1ed9bc409fff78651 Mon Sep 17 00:00:00 2001 From: Cee Chen <549407+cee-chen@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:27:55 -0800 Subject: [PATCH] voiceover why Co-authored-by: Trevor Pierce <1Copenut@users.noreply.github.com> --- src/components/tree_view/tree_view.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/tree_view/tree_view.tsx b/src/components/tree_view/tree_view.tsx index b54eaf8178aa..7943c80ab52c 100644 --- a/src/components/tree_view/tree_view.tsx +++ b/src/components/tree_view/tree_view.tsx @@ -304,6 +304,7 @@ export class EuiTreeViewClass extends Component< className={classes} id={!this.isNested ? this.state.treeID : undefined} aria-describedby={!this.isNested ? instructionsId : undefined} + role="list" {...rest} > {items.map((node, index) => {