Example of Default Functionalities in ASP.NET MVC OTP Input Control
This sample demonstrates the default functionalities of the OTP Input control. It allows users to enter OTP (One-Time Password) during MFA processes such as login, account verifications, booking activities, and more.
DEMO
SOURCE
This example showcases the usage of the Type
and Value
properties in the OTP Input control. The available input types are Number
, Text
and Password
. Once the user enters the OTP according to the specified Type
, the Value
property can be used to access the entered OTP.