From abdbf56c87af0b1e5749d27ce4170645aab4b762 Mon Sep 17 00:00:00 2001 From: Richie Date: Mon, 6 Apr 2026 19:28:15 +1000 Subject: [PATCH] Add aria-required to ServiceSelector radiogroup for screen reader clarity When a continue button is present (selection gates forward progress), the radiogroup now communicates that a selection is mandatory. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/organisms/ServiceSelector/ServiceSelector.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/organisms/ServiceSelector/ServiceSelector.tsx b/src/components/organisms/ServiceSelector/ServiceSelector.tsx index f9abfb3..4058f38 100644 --- a/src/components/organisms/ServiceSelector/ServiceSelector.tsx +++ b/src/components/organisms/ServiceSelector/ServiceSelector.tsx @@ -109,6 +109,7 @@ export const ServiceSelector = React.forwardRef {items.map((item) => (