react-verification-code-input
react-verification-code-input copied to clipboard
Next focus not working
If you enter the same value for each input, the cursor isn't moved to the next input.
Here is the video example.

I think it is caused by the onChange event. onChange event isn't fired when input the same value.
yes i also think it is caused by the onChange not trigged if enter the same value