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 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 */} - ) }