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 70080e7 commit fd75a59Copy full SHA for fd75a59
src/BootstrapBlazor/Components/Search/Search.razor.cs
@@ -229,7 +229,7 @@ private async Task OnSearchClick()
229
await Task.Yield();
230
231
var items = await OnSearch(_displayText);
232
- _filterItems = items.ToList();
+ _filterItems = [.. items];
233
ButtonIcon = SearchButtonIcon;
234
if (IsTriggerSearchByInput == false)
235
{
0 commit comments