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 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.