OTPInputCustomMessagesComponent
Provides custom messages for the OTP Input component.
Use this component to override the default messages.
Definition
Package:@progress/kendo-angular-inputs
Selector:kendo-otpinput-messages
Inputs
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.