mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix: add aria-label to action toolbar items (#1794)
This commit is contained in:
@@ -42,6 +42,7 @@ const Item = React.forwardRef(({ ariaExpanded = false, item, addAnchor = false }
|
|||||||
className={[ActionElement.className, btnId].join(' ')}
|
className={[ActionElement.className, btnId].join(' ')}
|
||||||
size="large"
|
size="large"
|
||||||
disableRipple
|
disableRipple
|
||||||
|
aria-label={item.label}
|
||||||
aria-expanded={ariaExpanded}
|
aria-expanded={ariaExpanded}
|
||||||
aria-controls="moreMenuList"
|
aria-controls="moreMenuList"
|
||||||
data-testid={btnId}
|
data-testid={btnId}
|
||||||
|
|||||||
Reference in New Issue
Block a user