react-code-input
react-code-input copied to clipboard
the focus will not move to the next input
if already fill the input, and then type with same number, the focus will not change to the next input until i type it again
I've encountered the problem, too. Is there a work around to fix it?
Not using this library most likely. The onChange handler would need to be modified to accept strings of any length and then slice off the last value. That is was I do in my code and I don't have this problem.
@ishakimanuel I'm getting the same issue now. @jmayergit Why don't you share with us in details?