Sal Niro
Sal Niro
@TechRaY check out [react-codemirror2](https://github.com/scniro/react-codemirror2)
@mimiiix I'm not sure what the root cause of your issue may be at first glance, could be codemirror itself, but regardless I'd encourage you to check out [react-codemirror2](https://github.com/scniro/react-codemirror2) as...
@BrunoQuaresma check out [react-codemirror2](https://github.com/scniro/react-codemirror2)
@BrunoQuaresma I have no idea nor have I heard of Emmet, but if you open up and issue over there you'll at least get some attention on it 😄 Please...
If this issue still persists please give [react-codemirror2](https://github.com/scniro/react-codemirror2) a look. I'm planning on maintaining this moving forward. Better docs will be coming. Feel free to open up any issues/suggestions as...
@ToddThomson hey!! Thanks for being so awesomely responsive and open to working on this. I'd gladly help out to get something cool for us. I'm quite busy as of late,...
@ReactGirl check out [react-codemirror2](https://github.com/scniro/react-codemirror2). You'll hear no response here.
+1 whats going on with this? Merging the PR fix would be soooooper
For anyone who's still hung up on this or considering another editor, I'd highly recommend giving the raw codemirror library a look to use directly. I'm doing so with a...
@MrSauceman Of course. It's pretty bare bones, but here is what does the trick for me with some sample options... wrapper ``` import React from 'react'; let codemirror = require('codemirror');...