Skip to content

Commit 319b2ac

Browse files
authored
Merge pull request #28 from TechnologyEnhancedLearning/TD-2191
TD-2191 Removal of aria-required attribute from the radio list viewcomponent
2 parents 27eb83d + 30775bc commit 319b2ac

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)