Skip to content

Commit a4f194f

Browse files
committed
refactor: 移除 bind-value event 语句
1 parent ac20831 commit a4f194f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Filters/MultiFilter.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
@if (ShowSearch)
1313
{
1414
<BootstrapInput UseInputEvent="true" class="bb-multi-filter-search"
15-
Value="@_searchText" bind-value:event="oninput" IsAutoFocus="true"
15+
Value="@_searchText" IsAutoFocus="true"
1616
PlaceHolder="@SearchPlaceHolderText" IsSelectAllTextOnFocus="true"
1717
OnValueChanged="OnSearchValueChanged" ShowLabel="false" SkipValidate="true"></BootstrapInput>
1818
}

0 commit comments

Comments
 (0)