[]
        
(Showing Draft Content)

C1.Blazor.Input.C1AutoCompleteTextBox.AutoComplete

AutoComplete Property

AutoComplete

Gets or sets the callback used to provide the auto-completion text.

Declaration
[Parameter]
public EventHandler<TextBoxAutoCompleteEventArgs> AutoComplete { get; set; }