Skip to content

Commit 9bbeded

Browse files
committed
doc: 更新示例
1 parent 4a7761d commit 9bbeded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<section ignore>@((MarkupString)Localizer["ShowLabelDescription"].Value)</section>
3838
<Divider Text="@Localizer["Divider1Text"]" Alignment="Alignment.Left" style="margin: 2rem 0;"></Divider>
3939
<ValidateForm Model="@Model">
40-
<AutoComplete Items="@StaticItems" @bind-Value="@Model.Name" ShowLabel="true" />
40+
<AutoComplete Items="@StaticItems" @bind-Value="@Model.Name" ShowLabel="true" IsClearable="true" />
4141
</ValidateForm>
4242
<Divider Text="@Localizer["Divider2Text"]" Alignment="Alignment.Left" style="margin: 2rem 0;" />
4343
<AutoComplete Items="@StaticItems" @bind-Value="@Model.Name" ShowLabel="false" />

0 commit comments

Comments
 (0)