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 the user fills all the inputs and the onComplete fires if the user keeps pressing a number in the keyboard the onComplete events keep firing again and again.
I think that the deseable result is that the onComplete function only can be fired once when the last input is empty and the user press a key.
Maybe the solution is add a prop to do something when the input is complete maybe clear all the fields or stop this behaviour, or both options in one prop.
The text was updated successfully, but these errors were encountered:
When the user fills all the inputs and the onComplete fires if the user keeps pressing a number in the keyboard the onComplete events keep firing again and again.
I think that the deseable result is that the onComplete function only can be fired once when the last input is empty and the user press a key.
Maybe the solution is add a prop to do something when the input is complete maybe clear all the fields or stop this behaviour, or both options in one prop.
The text was updated successfully, but these errors were encountered: