Blazor AutoComplete Example - Custom Filtering
Properties
This example demonstrates the custom filtering functionalities of the AutoComplete component, enabling filtered suggestions based on approximate string matching techniques.
Filtering capabilities:
- Customize suggestion lists using the Filtering event and
Filtermethod - Integrate custom filter libraries for specialized filtering
- Control filtering delay with the DebounceDelay property in milliseconds
See also