Skip to content

Commit 30775bc

Browse files
committed
TD-2191: Removed aria-required from the radio list component as this is not allowed.
1 parent 27eb83d commit 30775bc

File tree

1 file changed

+1
-1
lines changed
  • NHSUKViewComponents.Web/Views/Shared/Components/RadioList

1 file changed

+1
-1
lines changed

NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</div>
5151
}
5252

53-
<div class="nhsuk-radios" aria-required="@(Model.Required ? "true" : "false" )">
53+
<div class="nhsuk-radios">
5454
@foreach (var (radio, index) in Model.Radios.Select((r, i) => (r, i)))
5555
{
5656
counter = index;

0 commit comments

Comments
 (0)