From 2f314a7891867b72b12f727fafc41e2fb7e7434e Mon Sep 17 00:00:00 2001 From: Claudia Bressi Date: Fri, 29 Apr 2022 11:52:42 +0200 Subject: [PATCH 1/2] Solve menu parent role Signed-off-by: Claudia Bressi cbressi@vmware.com Signed-off-by: Claudia Bressi --- .../src/components/UserListPicker/UserListPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-react/src/components/UserListPicker/UserListPicker.tsx b/plugins/catalog-react/src/components/UserListPicker/UserListPicker.tsx index 843852085b..7d387c9552 100644 --- a/plugins/catalog-react/src/components/UserListPicker/UserListPicker.tsx +++ b/plugins/catalog-react/src/components/UserListPicker/UserListPicker.tsx @@ -242,7 +242,7 @@ export const UserListPicker = (props: UserListPickerProps) => { {group.name} - + {group.items.map(item => ( Date: Fri, 29 Apr 2022 12:19:03 +0200 Subject: [PATCH 2/2] Update changeset Signed-off-by: Claudia Bressi Signed-off-by: Claudia Bressi --- .changeset/orange-elephants-laugh.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/orange-elephants-laugh.md diff --git a/.changeset/orange-elephants-laugh.md b/.changeset/orange-elephants-laugh.md new file mode 100644 index 0000000000..08087786af --- /dev/null +++ b/.changeset/orange-elephants-laugh.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Added menu parent role for menu items accessibility