Skip to content

Commit ae59f14

Browse files
committed
doc: 代码规范化
1 parent 58af2d4 commit ae59f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Select/Select.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@if (ShowSearch)
3535
{
3636
<div class="dropdown-menu-search">
37-
<input type="text" class="search-text form-control" autocomplete="off" value="@SearchText" aria-label="search">
37+
<input type="text" class="search-text form-control" autocomplete="off" value="@SearchText" aria-label="search" />
3838
<i class="@SearchIconString"></i>
3939
<i class="@SearchLoadingIconString"></i>
4040
</div>

0 commit comments

Comments
 (0)