Blazor Dropdown List Example - Filtering
Properties
This example demonstrates the filtering functionalities of DropDownList for dynamic data refinement.
Filtering features:
- Click DropDownList component to open list
- Type character in search box in dropdown
- Filtered list displays based on typed characters
- Built-in support when AllowFiltering set to
true - Use Filtering event for custom filtering
- Control filtering delay with DebounceDelay property
See also