The input box for RadOTPInput style are vertical lines instead of text boxes. Your demo site also has that problem, https://demos.telerik.com/aspnet-ajax/otpinput/overview/defaultcs.aspx. Should I downgrade until this is fixed? Currently on 2025.4.1321.462
Thanks,
Khanh
You are welcome, Khanh! Thank you for confirming that the solution works on your side!
Regards,
Rumen
Progress Telerik
Hi Khanh,
Thank you for reporting this issue!
I verified it and logged it for fixing for the upcoming new release, scheduled for next week, Feb 11.
The temporary solution is to apply the following CSS to the page with the OTP Input as I did with the Overview demo:
<style>
.RadOTPInput .k-otp-md .k-otp-input {
min-width: calc((1.42857143 * 1em) + (8px * 2) + 2px);
}
</style>
Regards,
Rumen
Progress Telerik