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
Filteringevent andFiltermethod - Integrate custom filter libraries for specialized filtering
- Control filtering delay with the DebounceDelay property in milliseconds
See also