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

We're not able to get the text in the android device until we added a space. #1390

Open DhavalAlbiorix opened 11 months ago

DhavalAlbiorix commented 11 months ago

When we typing the text into the editor from real android device then I'm getting this error. For example : If we type only hello then it won't work and if we type hello then add one space then it work.

Version : "react": "^18.2.0", "@types/react": "^18.0.0", "@types/react-draft-wysiwyg": "^1.13.4", "react-draft-wysiwyg": "^1.15.0",

image