Skip to content

Commit facb51d

Browse files
committed
doc: 更新示例文档
1 parent 24ec11a commit facb51d

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
@@ -8,7 +8,7 @@
88
<DemoBlock Title="@Localizer["Block1Title"]" Introduction="@Localizer["Block1Intro"]" Name="Normal">
99
<section ignore>@Localizer["NormalDescription"]</section>
1010
<div style="width: 200px;">
11-
<AutoComplete Value="@_value" Items="@StaticItems" IsSelectAllTextOnFocus="true"></AutoComplete>
11+
<AutoComplete Value="@_value" Items="@StaticItems" IsSelectAllTextOnFocus="true" IsClearable></AutoComplete>
1212
</div>
1313
</DemoBlock>
1414

0 commit comments

Comments
 (0)