Skip to content

Commit 090bdba

Browse files
committed
refactor: 增加必填标签
1 parent 1663bcd commit 090bdba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/BootstrapBlazor/Components/SearchForm/SearchForm.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public partial class SearchForm : IShowLabel
1616
/// <para lang="en">Gets or sets the filter instance</para>
1717
/// </summary>
1818
[Parameter]
19+
[EditorRequired]
1920
[NotNull]
2021
public FilterKeyValueAction? Filter { get; set; }
2122

0 commit comments

Comments
 (0)