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 ccaebd5 commit dafbb4eCopy full SHA for dafbb4e
src/components/Accordion/Accordion.tsx
@@ -102,7 +102,7 @@ export const Accordion = ({
102
<div
103
className={classes}
104
data-testid="accordion"
105
- aria-multiselectable={multiselectable || undefined}>
+ data-allow-multiple={multiselectable || undefined}>
106
{items.map((item, i) => (
107
<AccordionItem
108
key={`accordionItem_${i}`}
0 commit comments