Blazor AutoComplete Example - Custom Filtering
This example demonstrates the custom filtering functionalities of the AutoComplete. You can choose an item from the suggestion list that filters items based on the approximate string matching technique.
Properties :
The AutoComplete can be customized to showcase the suggestion list by using the Filtering event and Filter method. You can also use your own filter libraries to filter data. The debounce delay, in milliseconds, for filtering the items in the AutoComplete component can be set by enabling the DebounceDelay property.
.See also