Blazor コントロール
AutoComplete
コントロール > Inputコントロール > AutoComplete

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