I want to change borderColor and textColor instantly as soon user enters wrong OTP and then reset the colors. I have used these its not working. It works when user removes the character
otpView.borderColorTextField = app.theme.red
otpView.textColorTextField = app.theme.red
