New to Kendo UI for Angular? Start a free 30-day trial
Types
The OTP Input component provides support for various input types. The component is suitable for inserting numeric values, passwords, or text.
You can set the type
property of the component to:
number
—Accepts only numeric values.password
—The component can be used as a password input.text
(default)—Allows to insert letters and numbers.
The following example demonstrates the supported types of the OTP Input.
Change Theme
Theme
Loading ...