From 319eb9827b560927cbc7d7bccbd684ad004f22ce Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 1 Jun 2022 18:50:34 -0700 Subject: [PATCH] fix(list-box): list box item should have a role and `aria-selected` attribute --- src/ListBox/ListBoxMenuItem.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ListBox/ListBoxMenuItem.svelte b/src/ListBox/ListBoxMenuItem.svelte index b71d1b91..9ef1ffb9 100644 --- a/src/ListBox/ListBoxMenuItem.svelte +++ b/src/ListBox/ListBoxMenuItem.svelte @@ -12,9 +12,11 @@