4 questions
0
votes
1
answer
228
views
Listening and Synchronizing to changes made by codemirror 6
I want to build a live code editor. I chose codemirror 6 for that. I just want to
Listen to small changes made by codemirror, like typing, erasing, cutting and pasting.
Get those changes through some ...
0
votes
1
answer
520
views
Is it possible to simple-react-code-editor as a Formik field component?
Trying to get this form field component to take a simple-react-code-editor:
not sure if I'm going about this the right way by trying to pass props form the useField hook, but it works for textfield ...