Skip to content

Commit

Permalink
Merge pull request #283 from codebutler/aria-role-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Oct 19, 2023
2 parents 8d1fce3 + 95bc70e commit a7e6efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chakra-components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const MenuList = <
return (
<Box
{...innerProps}
role="listbox"
className={cx(
{
"menu-list": true,
Expand Down Expand Up @@ -436,7 +437,7 @@ export const Option = <
return (
<Box
{...innerProps}
role="button"
role="option"
className={cx(
{
option: true,
Expand Down

0 comments on commit a7e6efb

Please sign in to comment.