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 24ec11a commit facb51dCopy full SHA for facb51d
src/BootstrapBlazor.Server/Components/Samples/AutoCompletes.razor
@@ -8,7 +8,7 @@
8
<DemoBlock Title="@Localizer["Block1Title"]" Introduction="@Localizer["Block1Intro"]" Name="Normal">
9
<section ignore>@Localizer["NormalDescription"]</section>
10
<div style="width: 200px;">
11
- <AutoComplete Value="@_value" Items="@StaticItems" IsSelectAllTextOnFocus="true"></AutoComplete>
+ <AutoComplete Value="@_value" Items="@StaticItems" IsSelectAllTextOnFocus="true" IsClearable></AutoComplete>
12
</div>
13
</DemoBlock>
14
0 commit comments