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 5bfda11 commit d69cdc5Copy full SHA for d69cdc5
src/BootstrapBlazor.Server/Components/Samples/AutoCompletes.razor
@@ -6,7 +6,7 @@
6
<h4>@Localizer["Description"]</h4>
7
8
<DemoBlock Title="@Localizer["Block1Title"]" Introduction="@Localizer["Block1Intro"]" Name="Normal">
9
- <section ignore>@Localizer["NormalDescription"]</section>
+ <section ignore>@((MarkupString)Localizer["NormalDescription"].Value)</section>
10
<div style="width: 200px;">
11
<AutoComplete Value="@_value" Items="@StaticItems" IsSelectAllTextOnFocus="true" IsClearable></AutoComplete>
12
</div>
0 commit comments