fix: add aria-label to action toolbar items (#1794)

This commit is contained in:
Tobias Linsefors
2025-08-28 15:37:15 +02:00
committed by GitHub
parent bbb3c977e2
commit 5499e2e5d8

View File

@@ -42,6 +42,7 @@ const Item = React.forwardRef(({ ariaExpanded = false, item, addAnchor = false }
className={[ActionElement.className, btnId].join(' ')}
size="large"
disableRipple
aria-label={item.label}
aria-expanded={ariaExpanded}
aria-controls="moreMenuList"
data-testid={btnId}