Class AutoComplete
Defines 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
Represents the text field autocomplete is disabled.
Declaration
public const AutoComplete Off
Field Value
Type |
---|
AutoComplete |
On
Represents the text field autocomplete is enabled.
Declaration
public const AutoComplete On
Field Value
Type |
---|
AutoComplete |