New to Kendo UI for Angular? Start a free 30-day trial
OTPInputType
Updated on Jun 6, 2025
Represents the input type options for the OTP Input.
type OTPInputType = "text" | "password" | "number";