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 ac20831 commit a4f194fCopy full SHA for a4f194f
src/BootstrapBlazor/Components/Filters/MultiFilter.razor
@@ -12,7 +12,7 @@ else
12
@if (ShowSearch)
13
{
14
<BootstrapInput UseInputEvent="true" class="bb-multi-filter-search"
15
- Value="@_searchText" bind-value:event="oninput" IsAutoFocus="true"
+ Value="@_searchText" IsAutoFocus="true"
16
PlaceHolder="@SearchPlaceHolderText" IsSelectAllTextOnFocus="true"
17
OnValueChanged="OnSearchValueChanged" ShowLabel="false" SkipValidate="true"></BootstrapInput>
18
}
0 commit comments