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

Thanks for your work on this tool, it's a pretty JSON renderer. I need a viewer, not an editor. I'm currently passing `restrict*` props to `false`, which works. But I...

Hi CarlosNZ, To provide easier selection of object properties. I'm proposing a new prop `restrictAddSelection`, similar to `restrictTypeSelection`, where the user is given a dropdown, if prop is provided and...

enhancement
user request

Currently, when the "keySort" prop is enabled, the data is displayed alphabetically by key, or by a [compareFunction](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort). However, this is just for display and doesn't change the underlying data....

enhancement
feedback wanted

**Describe the bug** In Version 1.16, the `export`-clause was introduced in the `package.json` using conditional exports for `import`, `require` and `types`. That leads to the problem that the library cannot...

bug

ReferenceError: require is not defined in ES module scope, you can use import instead This file is being treated as an ES module because it has a '.js' file extension...

bug

Hi. I was wondering if this behavior was intended or if it's a bug: when I change a type of the value and then click the cancel button, it doesn't...

bug
user request
should do

### Discussed in https://github.com/CarlosNZ/json-edit-react/discussions/116 Originally posted by **yaswanthmaddula-sureify** September 5, 2024 I would like to have confirmation modal, if user tries to delete certain important keys in the json. As...

user request
should do

When using "searchText" and "searchFilter" with "showCollectionCount" prop, the collection count doesn't update to the filtered options, resulting in a confusing UX for end users ![image](https://github.com/user-attachments/assets/325a46eb-7532-4ea6-ab6d-2217244a071d) You can see in...

question
user request
needs discussion

Beside moving around internal existing nodes, it would be nice to also have a functionality to drag and drop elements from external sources. External sources can be pre-defined templates for...

user request