jsoneditor-react
jsoneditor-react copied to clipboard
react wrapper implementation for https://github.com/josdejong/jsoneditor
Bumps [terser](https://github.com/terser/terser) from 4.4.3 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
There is hardcoded css import: `import 'jsoneditor/dist/jsoneditor.css';` This makes any css customisation harder. Please remove this import so that we can import css of our choice.
Icons are not visible in the editor. Issue reproduced in codesandbx. https://codesandbox.io/s/infallible-smoke-lvcvo?fontsize=14&hidenavigation=1&theme=dark
@vankop I think you will like the latest release of the jsoneditor, `v5.20.1`, which allows using it as a controlled component in a framework like React. There are two new...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
I am using two editors at same time. An update in one editor should update the second one and viceversa. I have used same state variable in both editors and...
i have dubt if in jsoneditor-react it is possible use json editor menu templates like in next example https://github.com/josdejong/jsoneditor/blob/master/examples/10_templates.html
add handleError can get two params in onError preJson: latest correct json error: error from json.parse()
Hello, is there any options to use this package with typescript? Original jsoneditor has typescript definitions in DefinetelyTyped. Would be glad any recommendations for usage with typescript:) thanks