Skip to content

Commit 7d0555d

Browse files
committed
fix: add Required attribute
1 parent d4c7819 commit 7d0555d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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

0 commit comments

Comments
 (0)