You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your found.
What is the meaning of double entry? Is it meaning when we select one character it show up two?
If that's the case, I don't quite understand the cause of it.
But yes, you are right about this line event.target.value = userInputValue. I really don't understand why I add this 😂. Maybe for not modifying event.target.value. We can just remove it.
If you have time, you can send a PR. Or I'll fix it these days.
Happens only on Samsung keyboard on a Galaxy Tab E. Google pinyin keyboard seems to be ok.
Fixed by commenting out
react-composition-input/src/inputfield.js
Line 47 in 1960052
Tested on Safari iOS and chrome 74 with that line commented out and seems to work. Why was there a need to set the value back into the text field.
The text was updated successfully, but these errors were encountered: