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 c8c67f7 commit 0e018f5Copy full SHA for 0e018f5
src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor
@@ -9,7 +9,6 @@
9
<section ignore>
10
@((MarkupString)@Localizer["NormalDesc"].Value)
11
</section>
12
- <Button OnClick="@(()=>Model1=null)">测试用请删除:点我清空Model1</Button>
13
<AutoFill @bind-Value="Model1" Items="Items1" IsAutoClearWhenInvalid="true"
14
IsLikeMatch="true" OnGetDisplayText="OnGetDisplayText" IsSelectAllTextOnFocus="true">
15
<ItemTemplate>
0 commit comments