Skip to content

Commit b8fbda6

Browse files
committed
doc: 代码格式化
1 parent 60ec3e2 commit b8fbda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<section ignore>
1010
@((MarkupString)@Localizer["NormalDesc"].Value)
1111
</section>
12-
<AutoFill @bind-Value="Model1" Items="Items1" IsAutoClearWhenInvalid="true"
12+
<AutoFill @bind-Value="Model1" Items="Items1" IsAutoClearWhenInvalid="true"
1313
IsLikeMatch="true" OnGetDisplayText="OnGetDisplayText" IsSelectAllTextOnFocus="true">
1414
<ItemTemplate>
1515
<div class="d-flex">

0 commit comments

Comments
 (0)