json-edit-react icon indicating copy to clipboard operation
json-edit-react copied to clipboard

React component for editing/viewing JSON/object data

Results 34 json-edit-react issues
Sort by recently updated
recently updated
newest added

**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....

bug

**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...

user request
V2

**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...

user request

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

enhancement
should do

**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...

user request
investigation required

**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...

bug

**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**...

user request

**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...

user request
should do