We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f386e commit 2117f2aCopy full SHA for 2117f2a
src/chakra-components/menu.tsx
@@ -118,7 +118,6 @@ export const MenuList = <
118
119
return (
120
<Box
121
- role="listbox"
122
{...innerProps}
123
className={cx(
124
{
@@ -435,7 +434,6 @@ export const Option = <
435
434
: initialSx;
436
437
438
- role="option"
439
440
441
0 commit comments