--- title: Usage position: 2 seo_title: Guidelines for Using the OTP Input Component seo_description: "Get the knack of the Telerik and Kendo UI OTP Input and learn how to use and implement the component by following the instructions and recommendations in the user guidelines created by our designers. \ " --- ## Usage Guidelines The Telerik and Kendo UI OTP Input requires you to follow some basic principles when using the component. ### Text Label Usually, the OTP Input is accompanied by a text label which clarifies its meaning and provides context to the user. When integrated in complex components, for example, in a Dialog, the OTP Input does not require a label. The label of the OTP Input can be set as part of the Telerik and Kendo UI Form component. ![A Telerik and Kendo UI OTP Input with a label.](images/components-otp-input-text-label-do.png "Use a Telerik and Kendo UI OTP Input with a label which states what user input is required.") ![A Telerik and Kendo UI OTP Input with no label making it impossible to understand what type of information is required.](images/components-otp-input-text-label-dont.png "Do not render a Telerik and Kendo UI OTP Input without a label to avoid misunderstanding and frustration on behalf of the user.") ### Grouping with Separators Separators help break up long one-time passwords into smaller, more manageable chunks, reducing cognitive load and making the code entry process smoother. By visually grouping digits, users can more easily track their progress and verify each section as they input their code. ![A Telerik and Kendo UI OTP Input with grouping and separator.](images/components-otp-input-grouping-with-separators-do.png "Use a Telerik and Kendo UI OTP Input with separators to divide multiple inputs into logical groups.") ![A Telerik and Kendo UI OTP Input without grouping and separator.](images/components-otp-input-grouping-with-separators-dont.png "Do not use a Telerik and Kendo UI OTP Input without grouping and separator when multiple fields are required.") ### Usage The OTP Input is specifically designed for one-time-passwords. Repurposing it as a TextBox replacement for standard password entry can degrade the user experience and introduce unnecessary complexity. ![A Telerik and Kendo UI Form with login input fields.](images/components-otp-input-usage-do.png "Use a Telerik and Kendo UI TextBox for password fields.") ![A Telerik and Kendo UI OTP Input in a loging form.](images/components-otp-input-usage-dont.png "Do not use a Telerik and Kendo UI OTP Input for standard password fields.") ### Primary Interaction The OTP Input is meant for entering time-sensitive codes that expire quickly, typically received via phone or email. Embedding it within a lengthy form can result in the code expiring before users have a chance to submit, leading to a frustrating experience. ![A Telerik and Kendo UI OTP Input as part of Dialog with title and confirmation button.](images/components-otp-input-primary-interaction-do.png "Use a Telerik and Kendo UI OTP Input as the primary interaction on the page.") ![A Telerik and Kendo UI OTP Input as part of complex form.](images/components-otp-input-primary-interaction-dont.png "Do not use a Telerik and Kendo UI OTP Input in multi-field forms as filling them may cost too musch time for the user and the code to expire.")