Hi!
I’m working with React and JSONForm (new to this great project) and I’m trying to create a field for code (sql for example). I’ve created my own renderer and I use CodeMirror inside, but I encounter a lot of different problems, mainly of customizing the code block inside the form itself.
- Is there any built-in code field renderer?
- I could not find anything for react, but I did find this “ace” editor https://github.com/jsonform/jsonform/wiki#code-javascript-json-the-ace-type which is exactly what I want but I can’t figure out how or if I can use that with React.
- If not, do you know some examples I can refer to?
The picture shows where I stand, and I’m trying to fix that for days but keep failing. Be glad for tips. Thanks!

