OTPInputCustomMessagesComponent
Custom component messages override default component messages.
Selector
kendo-otpinput-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
ariaLabel |
|
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 |