Skip to content

Commit 0a2a091

Browse files
ArgoZhangluodaoyi
andauthored
doc(SelectTable): update ValidateForm sample code (#4947)
* chore: bump version 9.1.9-beta07 Co-Authored-By: luodaoyi <[email protected]> * fix: add Required attribute --------- Co-authored-by: luodaoyi <[email protected]>
1 parent 1195d0a commit 0a2a091

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/SelectTables.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ private Task<QueryData<Foo>> OnFilterQueryAsync(QueryPageOptions options)
8989

9090
class SelectTableMode
9191
{
92+
[Required]
9293
public Foo? Foo { get; set; }
9394
}
9495

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.1.9-beta06</Version>
4+
<Version>9.1.9-beta07</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)