jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.38k stars 1.16k forks source link

Editor is not detecting changes on smartphone keyboard unless user hits space or clicks out of the editor #1388

Open elyessAR opened 1 year ago

elyessAR commented 1 year ago

The editor works fine on desktop, but on smartphone the changes are not detected when the user starts typing, example if I write "somethinglikethis" and hit send it will send an empty message but if I type in "s " it will send in s because it's followed by space, has anyone experienced this?