Skip to content

Commit 0e018f5

Browse files
committed
测试用按钮删除
1 parent c8c67f7 commit 0e018f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<section ignore>
1010
@((MarkupString)@Localizer["NormalDesc"].Value)
1111
</section>
12-
<Button OnClick="@(()=>Model1=null)">测试用请删除:点我清空Model1</Button>
1312
<AutoFill @bind-Value="Model1" Items="Items1" IsAutoClearWhenInvalid="true"
1413
IsLikeMatch="true" OnGetDisplayText="OnGetDisplayText" IsSelectAllTextOnFocus="true">
1514
<ItemTemplate>

0 commit comments

Comments
 (0)