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(' ')}
|
||||
size="large"
|
||||
disableRipple
|
||||
aria-label={item.label}
|
||||
aria-expanded={ariaExpanded}
|
||||
aria-controls="moreMenuList"
|
||||
data-testid={btnId}
|
||||
|
||||
Reference in New Issue
Block a user