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

backspace is buggy on android

Open jmayergit opened this issue 6 years ago • 1 comments

Visit the live demo using an android device.

Not sure there is a fix for this. I encountered the same problem while writing my own code. The problem lies in that backspace can either change or not change the input value.

No problems on iOS or desktop, just android.

jmayergit avatar Nov 22 '19 04:11 jmayergit

yup facing the same issue, https://stackblitz.com/edit/react-invisbile-recaptcha works fine on all non-android devices. Especially once the user is at the last input tag it takes few backspaces to clear the issue and also 2 backspaces for each tag before it.

vispaduchuri avatar Feb 17 '20 13:02 vispaduchuri