react-code-input icon indicating copy to clipboard operation
react-code-input copied to clipboard

the focus will not move to the next input

Open ishksfstckz opened this issue 6 years ago • 3 comments

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

ishksfstckz avatar Mar 09 '19 06:03 ishksfstckz

I've encountered the problem, too. Is there a work around to fix it?

cachoo avatar Oct 30 '19 12:10 cachoo

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.

jmayergit avatar Nov 22 '19 04:11 jmayergit

@ishakimanuel I'm getting the same issue now. @jmayergit Why don't you share with us in details?

jackphuongvu avatar Dec 16 '19 03:12 jackphuongvu