I’ve noticed that the react-code-editor is in beta still, but has anyone gotten it to support shift+tab
to un-indent?
I noticed this first on my own application, but I just tested it out in chrome on PatternFly 4 • Code editor and it too does not seem to support the un-indenting via shift+tab
. However, this does work on the live demo on Monaco Editor
I’m super new to react, and rusty as hell in JS, and still figuring out all the new ES6+ syntax so reading the source to see if it’s just a container issue. like perhaps it’s not binding to a element correctly and it’s not able to prevent the default tabbing behavior…
All guessing out loud here. Any help would be appreciated!