You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we paste the code, it calls 2 times the function typingDone which cause unwanted result. Ex: calling an ajax function in typingDone to validate the OTP.
The text was updated successfully, but these errors were encountered:
I just wanted to update you that I have identified and fixed the issue with the typingDone function being called twice. It was due to conflict with two functions. I have made the necessary adjustments in the code 01a0b19, and now the function is working as expected without any duplicate calls.
Thank you for bringing this to my attention. If you have any further questions or concerns, please feel free to let me know.
When we paste the code, it calls 2 times the function typingDone which cause unwanted result. Ex: calling an ajax function in typingDone to validate the OTP.
The text was updated successfully, but these errors were encountered: