Merge pull request #11165 from claudiahub/gh-11163

Add menu parent role for menu items
This commit is contained in:
Ben Lambert
2022-05-02 13:23:51 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Added menu parent role for menu items accessibility
@@ -242,7 +242,7 @@ export const UserListPicker = (props: UserListPickerProps) => {
{group.name}
</Typography>
<Card className={classes.groupWrapper}>
<List disablePadding dense>
<List disablePadding dense role="menu">
{group.items.map(item => (
<MenuItem
key={item.id}