jsoneditor-react icon indicating copy to clipboard operation
jsoneditor-react copied to clipboard

react wrapper implementation for https://github.com/josdejong/jsoneditor

Results 43 jsoneditor-react issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.3 to 6.12.3. Release notes Sourced from ajv's releases. v6.12.3 Pass schema object to processCode function Option for strictNumbers (@​issacgerges, #1128) Fixed vulnerability related to untrusted schemas...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

I was trying to dynamically set editor theme and it doesn't work, if I set it like this const editorTheme = useMemo(() => { return isDark ? 'ace/theme/ambiance' : 'ace/theme/chrome';...

passing ace parameter disables scrolling with **mouse wheel**. (trackpad scrolling works well - macbook macos 10.15.7) ``` ``` Editor without ace parameter is mouse-wheel scrollable. I don't think this is...

Hi! While trying to incorporate the editor into my application I came across this `` wrapping the editor. ![image](https://user-images.githubusercontent.com/13590797/110540747-263a6180-8127-11eb-901e-945827a937a7.png) It is set here https://github.com/vankop/jsoneditor-react/blob/dabd034a66603fab0c570b53633b89a0611d40f0/src/Editor.jsx#L210-L216 It seems rather unneeded and prevents...

Hi! I really liked you editor, but I find it a little hard to use because the value prop only takes the initial value, but is not affected when the...

I noticed auto-complete is supported in the original jsoneditor. Is there a way to enable it or plans to enable it in the react-wrapper?

any ideas on this? I've followed import { JsonEditor as Editor } from 'jsoneditor-react'; import 'jsoneditor-react/es/editor.min.css'; later in render method:

When trying to run Jest tests under create react app with `yarn test` I get the following error: ``` ● Test suite failed to run /projects/project/node_modules/jsoneditor-react/es/index.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,global,jest){import React, { Component...