Happens only on Samsung keyboard on a Galaxy Tab E. Google pinyin keyboard seems to be ok.
Fixed by commenting out
|
event.target.value = userInputValue |
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.
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.