Table of Contents

Class FormComponentWithAutoComplete<T>

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Class FormComponentWithAutoComplete.

public class FormComponentWithAutoComplete<T> : FormComponent<T>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IRadzenFormComponent

Type Parameters

T
Inheritance
FormComponentWithAutoComplete<T>
Implements
Derived
Inherited Members

Constructors

FormComponentWithAutoComplete()

public FormComponentWithAutoComplete()

Properties

AriaAutoCompleteAttribute

Gets the aria-autocomplete attribute's string value.

public virtual string AriaAutoCompleteAttribute { get; }

Property Value

string

AutoComplete

Gets or sets a value indicating the browser built-in autocomplete is enabled.

[Parameter]
public virtual bool AutoComplete { get; set; }

Property Value

bool

true if input automatic complete is enabled; otherwise, false.

AutoCompleteAttribute

Gets the autocomplete attribute's string value.

public virtual string AutoCompleteAttribute { get; }

Property Value

string

off if the AutoComplete parameter is false or the AutoCompleteType parameter is "off". When the AutoComplete parameter is true, the value is on or, if set, the value of AutoCompleteType.

AutoCompleteType

Gets or sets a value indicating the type of built-in autocomplete the browser should use. AutoCompleteType

[Parameter]
public virtual AutoCompleteType AutoCompleteType { get; set; }

Property Value

AutoCompleteType

The type of built-in autocomplete.

DefaultAriaAutoCompleteAttribute

Gets or sets the default aria-autocomplete attribute's string value.

public virtual string DefaultAriaAutoCompleteAttribute { get; set; }

Property Value

string

DefaultAutoCompleteAttribute

Gets or sets the default autocomplete attribute's string value.

public virtual string DefaultAutoCompleteAttribute { get; set; }

Property Value

string

Methods

SetParametersAsync(ParameterView)

public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters ParameterView

Returns

Task