Enum OtpInputType
Specifies the type of input for the Otp (One-Time Password) input component.
Namespace: Syncfusion.EJ2.Inputs
Assembly: Syncfusion.AspNetMvc.Inputs.dll
Syntax
public enum OtpInputType
Fields
| Name | Description |
|---|---|
| Number | Specifies the type of input to be number for the Otp input. |
| Password | Specifies the type of input to be password for the Otp input. |
| Text | Specifies the type of input to be text for the Otp input. |