react-json-view
react-json-view copied to clipboard
A React component for displaying and editing javascript arrays and JSON objects.
onEdit method seems to only provider newValue, oldValue, if don't have key, how can I update the state? I want to use this component as a form component, so that...
Instead of showing three dots when collapsed would be great to set which fields are important and try to show them in preview when collapsed:
If you set the shortenTextAfterLength to the length of the word, then an ellipsis is added after the word, although this is not necessary.
Can we expect support for React < 18 in the future? I see that `useId` hook is being used and it is only available in React 18.
When adding a new property we get the old and new object but no reference to where that node belongs within the whole object. Returning the opts parameter like in...
Hello. I found this library for json data display, but i do not see a way how to calculate the initial expansion and collapse state of each individual node. Ideally,...
I am trying to add custom arrow in project that uses typescript for all other components like Int, KetName I found interfaces to use but for Arrow component can't find...
Hi, thanks for the great work on @uiw/react-json-view! When customizing the component in v2, important features like: • Text shortening (ellipsis) • Expand/collapse for long values • Copy-to-clipboard are lost...
Do we really need @babel/runtime as a peerDependency? Shouldn't this be a devDependency? This is creating problems for us in yarn 4.6.0, which is MUCH stricter with dependencies.
react-json-view has the onSelect prop, it takes a function, clicking a value triggers that function.