json-edit-react
json-edit-react copied to clipboard
React component for editing/viewing JSON/object data
**Describe the bug** When editing an number, it does not reset when clicking elsewhere. The internal state is unchanged but what is displayed is. **Expected behavior** See below screen recording....
**Suggestion** While evaluating json-editor-react as a possible replacement for [josdejong/jsoneditor](https://github.com/josdejong/jsoneditor), I noticed that json-editor-react can become slow when rendering large items. Setting `collapse` helps, but one features that jsoneditor provides...
**Suggestion** While evaluating json-edit-react as a possible replacement for [josdejong/jsoneditor](https://github.com/josdejong/jsoneditor), I noticed a difference in validation (error handling) philosophies: jsoneditor flags invalid fields (with error icons and tooltips showing the...
I would like to add an "Are you sure" confirmation alert before deleting. onDelete feels like the place to do this, but I can't see how to handle the Alert...
Same thing as the "condition" property for Custom Nodes
**Suggestion** Based on the docs, it looks like we csn customise almost every part of the json tree itself. However, it seems like the dropdown doesn't accept custom components. It...
**Describe the bug** When the component is rendered within the Shadow DOM instead of in the main page, the CSS styles are still attached to the document head rather than...
**Suggestion** I was wondering if there is a way we can have a tooltip showing "Copied!" or "Copied to clipboard!" when a user click on the copy icon. **Use case**...
**Suggestion** It would be great if the ending bracket of array/object would be horizontally on the same indent as the key. Right now, it is aligned with the chevron in...