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.
aria-expanded
1 parent 42e451a commit a74ffbcCopy full SHA for a74ffbc
packages/main/src/components/AnalyticalTable/defaults/Column/Expandable.tsx
@@ -51,7 +51,6 @@ export const Expandable = (props) => {
51
title={row.isExpanded ? translatableTexts.collapseNodeA11yText : translatableTexts.expandNodeA11yText}
52
style={{ ...rowProps.style, paddingInlineStart: paddingLeft }}
53
className={classNames.container}
54
- aria-expanded={row.isExpanded}
55
aria-label={row.isExpanded ? translatableTexts.collapseA11yText : translatableTexts.expandA11yText}
56
>
57
{shouldRenderButton ? (
0 commit comments