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 a379095 commit ad7593cCopy full SHA for ad7593c
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.9.0</Version>
+ <Version>9.9.1-beta01</Version>
5
</PropertyGroup>
6
7
<ItemGroup>
src/BootstrapBlazor/Components/Table/Table.razor
@@ -1056,7 +1056,8 @@
1056
RenderFragment RenderPageInfo =>
1057
@<div class="table-page-info">
1058
<div class="me-2">@PageInfoLabelString</div>
1059
- <Select Items="@GetPageItemsSource()" Value="_pageItems" OnValueChanged="@OnPageItemsValueChanged"></Select>
+ <Select Items="@GetPageItemsSource()" IsPopover="true"
1060
+ Value="_pageItems" OnValueChanged="@OnPageItemsValueChanged"></Select>
1061
@if (PageInfoBodyTemplate != null)
1062
{
1063
@PageInfoBodyTemplate
0 commit comments