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.
2 parents 4b3aa8d + 22ce525 commit 535e0a5Copy full SHA for 535e0a5
src/Accordion.tsx
@@ -92,6 +92,7 @@ export const Accordion = memo(
92
aria-controls={collapseElementId}
93
onClick={onExtendButtonClick}
94
type="button"
95
+ id={`${id}__toggle-btn`}
96
>
97
{label}
98
</button>
0 commit comments