From af4c237a08f49ca752581a172f15bb1b176aab24 Mon Sep 17 00:00:00 2001 From: Tamas Kovacs Date: Thu, 5 Dec 2024 13:50:53 +0100 Subject: [PATCH] chore: add expanded state to menu side navigation button Closes: INSTUI-4249 --- packages/__docs__/src/App/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/__docs__/src/App/index.tsx b/packages/__docs__/src/App/index.tsx index a33eee196f..594d375d4b 100644 --- a/packages/__docs__/src/App/index.tsx +++ b/packages/__docs__/src/App/index.tsx @@ -613,6 +613,7 @@ class App extends Component { shape="circle" color="secondary" size="medium" + aria-expanded={true} ref={(button) => { if (button) { button.focus()