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 227eba6 commit 9a69c96Copy full SHA for 9a69c96
knowledge-base/tabstrip-remove-tab.md
@@ -48,7 +48,7 @@ Currently active tab index: @ActiveTabIndex
48
@{
49
foreach (TabModel tab in Tabs)
50
{
51
- <TabStripTab Title="@tab.Title" Visible="@tab.isVisibleTab">
+ <TabStripTab Title="@tab.Title" Visible="@tab.isVisibleTab" @key="@tab">
52
<HeaderTemplate>
53
<strong>@tab.Title</strong>
54
<button type="button"
0 commit comments