Add search to the Blazor DropDown with built-in filtering - choose the filter operator (contains, starts with), toggle case sensitivity, or filter data on demand.
Set AllowFiltering to true. Users can then type to filter the items, and you can control the filter operator (contains, starts with) and case sensitivity.
Set FilterCaseSensitivity to CaseInsensitive so the search matches items regardless of letter case.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT