Blazor AutoComplete - Overview
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Time to order food
Find restaurants in your area- Overview.razor
- DestinationService.cs
- DestinationDto.cs
- OrderFoodTemplate.razor
The AutoComplete component is part of Telerik UI for Blazor, a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for Blazor AutoComplete component replaces or augments the browser autocomplete features of a textbox with data and ideas your app controls. Choose your data source, format the suggested items and much more.
The Blazor AutoComplete component provides suggestions associated with the text users enter into a textbox as they type. Adding this feature to your Blazor applications gives your users a great experience by helping them quickly find the information they need. Performance is a top priority, so there is virtually no lag time between characters typed and the suggestions shown.
Similar to all other Telerik UI for Blazor components, you have the power to customize the AutoComplete. Aside from its built-in properties, the component also allows you to control and customize what is rendered in its items, header and footer through templates.