Skip to content

Commit d69cdc5

Browse files
committed
doc: 更新文档
1 parent 5bfda11 commit d69cdc5

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
@@ -6,7 +6,7 @@
66
<h4>@Localizer["Description"]</h4>
77

88
<DemoBlock Title="@Localizer["Block1Title"]" Introduction="@Localizer["Block1Intro"]" Name="Normal">
9-
<section ignore>@Localizer["NormalDescription"]</section>
9+
<section ignore>@((MarkupString)Localizer["NormalDescription"].Value)</section>
1010
<div style="width: 200px;">
1111
<AutoComplete Value="@_value" Items="@StaticItems" IsSelectAllTextOnFocus="true" IsClearable></AutoComplete>
1212
</div>

0 commit comments

Comments
 (0)