Open
Description
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.