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
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 ison
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
DefaultAutoCompleteAttribute
Gets or sets the default autocomplete attribute's string value.
public virtual string DefaultAutoCompleteAttribute { get; set; }
Property Value
Methods
SetParametersAsync(ParameterView)
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
ParameterView