AutoComplete / Custom Filtering

Blazor AutoComplete Example - Custom Filtering Logic Support

Loading Syncfusion Blazor Server Demos…

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 Filter method
  • Integrate custom filter libraries for specialized filtering
  • Control filtering delay with the DebounceDelay property in milliseconds

See also