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
Describe the bug
The onCodeFilled Callback function which triggers when all fields of the OTP have been filled is called 2-4 times due to which the functionality is braking in my app.
To Reproduce
Steps to reproduce the behavior:
Add one OTP input and add one console in onCodeFilled method.
Fill the input completely add all six numbers.
You will find that in iOS the console is executed multiple times.
See error
Expected behavior
It should work only one time once the code is filled as working on Android.
Smartphone (please complete the following information):
Device: [e.g. iPhone 15 Pro Max]
OS: [e.g. iOS8 17.1]
Version [e.g. 1.3.11]
The text was updated successfully, but these errors were encountered:
You are right @baraa-rasheed But when we are calling API at that time it is calling the API after debounced time and due to that duplicate data is created sometimes
Describe the bug
The onCodeFilled Callback function which triggers when all fields of the OTP have been filled is called 2-4 times due to which the functionality is braking in my app.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should work only one time once the code is filled as working on Android.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: