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 4a7761d commit 9bbededCopy full SHA for 9bbeded
src/BootstrapBlazor.Server/Components/Samples/AutoCompletes.razor
@@ -37,7 +37,7 @@
37
<section ignore>@((MarkupString)Localizer["ShowLabelDescription"].Value)</section>
38
<Divider Text="@Localizer["Divider1Text"]" Alignment="Alignment.Left" style="margin: 2rem 0;"></Divider>
39
<ValidateForm Model="@Model">
40
- <AutoComplete Items="@StaticItems" @bind-Value="@Model.Name" ShowLabel="true" />
+ <AutoComplete Items="@StaticItems" @bind-Value="@Model.Name" ShowLabel="true" IsClearable="true" />
41
</ValidateForm>
42
<Divider Text="@Localizer["Divider2Text"]" Alignment="Alignment.Left" style="margin: 2rem 0;" />
43
<AutoComplete Items="@StaticItems" @bind-Value="@Model.Name" ShowLabel="false" />
0 commit comments