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 60ec3e2 commit b8fbda6Copy full SHA for b8fbda6
src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor
@@ -9,7 +9,7 @@
9
<section ignore>
10
@((MarkupString)@Localizer["NormalDesc"].Value)
11
</section>
12
- <AutoFill @bind-Value="Model1" Items="Items1" IsAutoClearWhenInvalid="true"
+ <AutoFill @bind-Value="Model1" Items="Items1" IsAutoClearWhenInvalid="true"
13
IsLikeMatch="true" OnGetDisplayText="OnGetDisplayText" IsSelectAllTextOnFocus="true">
14
<ItemTemplate>
15
<div class="d-flex">
0 commit comments