New to Kendo UI for AngularStart a free 30-day trial

OTPInputCustomMessagesComponent

Custom component messages override default component messages.

Selector

kendo-otpinput-messages

Inputs

NameTypeDefaultDescription

ariaLabel

string

The aria-label of the OTP Input. Follows the pattern Input {currentInput} of {totalInputs}, current value {value} by default. Тhe default label text when the current input is 1, and the total number of inputs is 4 will be Input 1 of 4, current value null.

The message consists of several parts - the current input number, the total number of inputs, the current value and a localizable string. To allow for reordering its parts, the ariaLabel input accepts a string with placeholders for the current input, total number of inputs and current value. The {currentInput}, {totalInputs} and {currentValue} placeholders will be replaced internally with the respective actual values.

In this article
SelectorInputs
Not finding the help you need?
Contact Support