scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.66k stars 193 forks source link

Cannot set inputStyle on mobile device #186

Closed elsigh closed 4 years ago

elsigh commented 4 years ago

Filed against codemirror as I believe it's a bug in CM itself but if react-codemirror2 doesn't pass options in at construction time then maybe the bug is here? I didn't think so looking over the code, so please feel free to close this if the bug is not here.

https://github.com/codemirror/CodeMirror/issues/6286

elsigh commented 4 years ago

Seeing https://github.com/scniro/react-codemirror2/pull/113 makes me think the bug may in fact be in react-codemirror2

elsigh commented 4 years ago

dupe of #100