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 f4b161a commit 5cbe646Copy full SHA for 5cbe646
src/BootstrapBlazor.Server/Components/Samples/Searches.razor
@@ -186,7 +186,7 @@ private async Task OnClickClear()
186
<div class="row g-3">
187
<div class="col-12 col-sm-6">
188
<Search PlaceHolder="@Localizer["SearchesPlaceHolder"]"
189
- OnSearch="@OnModelSearch"
+ OnSearch="@OnModelSearch" Debounce="200"
190
IsClearable="_isClearable" ShowClearButton="_showClearButton" ShowSearchButton="_showSearchButton"
191
ShowPrefixIcon="true" PrefixIcon="fa-brands fa-github">
192
</Search>
0 commit comments