diff --git a/examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml b/examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml index d328bc2743..a657fc2dc5 100644 --- a/examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml +++ b/examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml @@ -2028,7 +2028,7 @@ Gets or sets a value indicating whether the grid should save its paging state in the URL. - This is an **experimental** feature, which might cause unwanted jumping in the page when you change something in the grid. + This is an experimental feature, which might cause unwanted jumping in the page when you change something in the grid. diff --git a/examples/Demo/Shared/Pages/Lab/IssueTester.razor b/examples/Demo/Shared/Pages/Lab/IssueTester.razor index 5f282702bb..80baf599d8 100644 --- a/examples/Demo/Shared/Pages/Lab/IssueTester.razor +++ b/examples/Demo/Shared/Pages/Lab/IssueTester.razor @@ -1 +1,31 @@ - \ No newline at end of file +
+ + +
+ + All +
+ + Content 0 + +
+ +
+ + January +
+ + Content 1 + +
+ +
+ + February +
+ + Content 2 + +
+
+
diff --git a/src/Core/Components/Tabs/FluentTab.razor b/src/Core/Components/Tabs/FluentTab.razor index deac0327b4..bd59c5a725 100644 --- a/src/Core/Components/Tabs/FluentTab.razor +++ b/src/Core/Components/Tabs/FluentTab.razor @@ -13,15 +13,18 @@ { } - @if (LabelEditable) + @if (Header is null) { - + @if (LabelEditable) + { + + @Label + + } + else + { @Label - - } - else - { - @Label + } } @Header