We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b60fe2 commit e8e8081Copy full SHA for e8e8081
Source/Blazorise/Components/Validation/ValidationError.razor
@@ -2,7 +2,7 @@
2
@inherits BaseValidationResult
3
@if ( ParentValidation?.Status == ValidationStatus.Error )
4
{
5
- <div @ref="@ElementRef" id="@ElementId" class="@ClassNames" style="@StyleNames" @attributes="@Attributes">
+ <div @ref="@ElementRef" id="@ElementId" class="@ClassNames" style="@StyleNames" role="alert" aria-live="assertive" @attributes="@Attributes">
6
@if ( ChildContent is not null )
7
8
@ChildContent
0 commit comments