Class AutoComplete
Specifies whether the browser is allow to automatically enter or select a value for the textbox.
Inheritance
System.Object
AutoComplete
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AutoComplete : Enum
Fields
Off
Specifies that autocomplete is disabled.
Declaration
public const AutoComplete Off
Field Value
Type | Description |
---|---|
AutoComplete |
On
Specifies that autocomplete is enabled.
Declaration
public const AutoComplete On
Field Value
Type | Description |
---|---|
AutoComplete |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |