Skip to content

Commit 0f304ce

Browse files
authored
Merge pull request #8238 from NuGet/lyn-create-button
Announcing the Status message displayed after selecting the create button without giving any glob pattern
2 parents 82b1d22 + b4a2488 commit 0f304ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetGallery/Views/Users/ApiKeys.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,13 +396,13 @@
396396
individual packages, or both.
397397
</p>
398398
<div class="has-error">
399-
<span class="help-block" data-bind="text: SubjectsError"></span>
399+
<span class="help-block" data-bind="text: SubjectsError" aria-live="polite" role="alert"></span>
400400
</div>
401401
<div class="has-error">
402402
<span class="field-validation-valid help-block"
403403
data-valmsg-replace="true"
404404
data-bind="attr: { 'data-valmsg-for': GlobPatternId,
405-
id: GlobPatternId() + '-validation-message' }"></span>
405+
id: GlobPatternId() + '-validation-message' }" aria-live="polite" role="alert"></span>
406406
</div>
407407
</div>
408408
</div>

0 commit comments

Comments
 (0)