Class OtpInputType
Specifies the type of input for the SfOtpInput component.
Inheritance
System.Object
OtpInputType
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class OtpInputType : Enum
Fields
Number
Represents number input for the SfOtpInput component.
Declaration
public const OtpInputType Number
Field Value
Type |
---|
OtpInputType |
Password
Represents password input for the SfOtpInput component.
Declaration
public const OtpInputType Password
Field Value
Type |
---|
OtpInputType |
Text
Represents text input for the SfOtpInput component.
Declaration
public const OtpInputType Text
Field Value
Type |
---|
OtpInputType |