From 9c3550c9d3ff908dbe22d8e0f7d940b5da8a91ba Mon Sep 17 00:00:00 2001 From: Marie Lucca Date: Fri, 17 Oct 2025 10:39:53 -0400 Subject: [PATCH 1/2] fix(SelectPanel): remove hidden attribute from selection Radio --- packages/react/src/ActionList/Selection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/ActionList/Selection.tsx b/packages/react/src/ActionList/Selection.tsx index e2f35d99af5..6fbab8c20ee 100644 --- a/packages/react/src/ActionList/Selection.tsx +++ b/packages/react/src/ActionList/Selection.tsx @@ -32,7 +32,7 @@ export const Selection: React.FC> = ({se return ( {/* This is just a way to get the visuals from Radio, but it should be ignored in terms of accessibility */} - ) } From 1258e2086b2fbf02c2e650e029ececcd663563e6 Mon Sep 17 00:00:00 2001 From: Marie Lucca <40550942+francinelucca@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:43:29 -0400 Subject: [PATCH 2/2] Create stupid-olives-sleep.md --- .changeset/stupid-olives-sleep.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/stupid-olives-sleep.md diff --git a/.changeset/stupid-olives-sleep.md b/.changeset/stupid-olives-sleep.md new file mode 100644 index 00000000000..aad42a174e7 --- /dev/null +++ b/.changeset/stupid-olives-sleep.md @@ -0,0 +1,5 @@ +--- +"@primer/react": patch +--- + +fix(SelectPanel): remove hidden attribute from selection Radio