# AutoComplete

AutoComplete for Blazor is an editable input control designed to show possible text suggestions automatically with auto-complete suggestions.

## Content



**AutoComplete for** **Blazor** is an editable input control designed to show possible text suggestions automatically with auto-complete suggestions. The control filters a list of pre-defined items dynamically as a user types to provide suggestions that best or completely matches the input. The suggestions that match the user input appear instantly in drop-down list of Blazor AutoComplete. In Blazor Edition, the AutoComplete control is represented by the [C1AutoComplete](/componentone/api/blazor/online-blazor/dotnet-api/C1.Blazor.Input/C1.Blazor.Input.C1AutoComplete-1.html) class.

### Key Features

*   **Search and select** - AutoComplete provides users the power to search and select a value.
*   **Sort and group data** - Data-bind the control to a list of enumerable objects that can be sorted and grouped through the collection view.
*   **Highlight matches** - Highlight the input text with matching string in the suggestions.
*   **Auto-suggest and auto-completion** - View the suggestions for user-input with auto-suggest functionality and view completion suggestions in the drop-down list as you type.