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

Android backspace issue

Open vispaduchuri opened this issue 5 years ago • 0 comments

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

vispaduchuri avatar Feb 19 '20 08:02 vispaduchuri