react-code-input
react-code-input copied to clipboard
Android backspace issue
Temporary Fix addressing the Android backspace issue, checking the keycode value if 229 and the current input target value is equal to 1 and if matched, removing the input. This fix will not change focus to the previous input unlike IOS and Desktop but will be focusing on the same input after the user enters backspace.
Note: Clicking the Spacebar will delete the current input value