From 6df901c52e2a088484ac182dfbb305338db3f527 Mon Sep 17 00:00:00 2001 From: Arunima George Date: Mon, 17 Feb 2025 15:07:23 +0000 Subject: [PATCH] TD-5301: Error message corrected on Select Your Grade Page (Registration Process) --- .../Views/Shared/Components/RadioList/Default.cshtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml b/NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml index c901ebd..6306a40 100644 --- a/NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml +++ b/NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml @@ -65,6 +65,7 @@ aria-describedby="@(!string.IsNullOrEmpty(radio.HintText) ? $"{radio.Value}-item-hint" : string.Empty)" data-val-required="@(Model.Required ? Model.RequiredClientSideErrorMessage : "")" data-val="@(Model.Required ? "true" : "false")" + aria-invalid="@(Model.Required ? "true" : "false")" @(radio.Selected ? "checked" : string.Empty) />