Skip to content

Commit

Permalink
aria-required true added to announce a required input. (#8537)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyjdev authored Apr 20, 2021
1 parent c0580f6 commit 65c0109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NuGetGallery/Views/Users/ApiKeys.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@
<label class="required" data-bind="attr: { for: PackageOwnerId,
id: PackageOwnerId() + '-label' }">Package Owner</label>
<select class="form-control"
aria-required="true"
data-bind="attr: { id: PackageOwnerId,
name: PackageOwnerId,
'aria-labelledby': PackageOwnerId() + '-label' },
Expand Down

0 comments on commit 65c0109

Please sign in to comment.