Skip to content

Commit 2117f2a

Browse files
committed
Remove extra roles
1 parent 04f386e commit 2117f2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/chakra-components/menu.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export const MenuList = <
118118

119119
return (
120120
<Box
121-
role="listbox"
122121
{...innerProps}
123122
className={cx(
124123
{
@@ -435,7 +434,6 @@ export const Option = <
435434
: initialSx;
436435
return (
437436
<Box
438-
role="option"
439437
{...innerProps}
440438
className={cx(
441439
{

0 commit comments

Comments
 (0)