From 30775bc5b4968f19a0ba02cfe3041daf39d11bcb Mon Sep 17 00:00:00 2001 From: Oluwatobi Awe Date: Wed, 6 Sep 2023 13:16:33 +0100 Subject: [PATCH] TD-2191: Removed aria-required from the radio list component as this is not allowed. --- .../Views/Shared/Components/RadioList/Default.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml b/NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml index 00b4a58..12d194a 100644 --- a/NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml +++ b/NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml @@ -50,7 +50,7 @@ } -
+
@foreach (var (radio, index) in Model.Radios.Select((r, i) => (r, i))) { counter = index;