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 397e2d2 commit 20dd0e9Copy full SHA for 20dd0e9
Radzen.Blazor/RadzenTabsItem.razor
@@ -2,7 +2,7 @@
2
@implements IDisposable
3
@if (Tabs.RenderMode == TabRenderMode.Server ? Visible : true)
4
{
5
- <li role="presentation" @attributes=@Attributes style=@getStyle() class=@Class>
+ <li role="tab" @attributes=@Attributes style=@getStyle() class=@Class>
6
<a @onclick=@OnClick role="tab" @onclick:preventDefault="true" id="@($"{Tabs.Id}-tabpanel-{Index}-label")"
7
aria-selected=@(IsSelected? "true" : "false") aria-controls="@($"{Tabs.Id}-tabpanel-{Index}")" @onkeydown:stopPropagation>
8
@if (!string.IsNullOrEmpty(Icon))
0 commit comments