Carl Smith
Carl Smith
> I noticed that json-editor-react can become slow when rendering large items. Where are you seeing the slow-down? The initial render, or when updating values?
FYI, you can pass a custom "collapse" function, so you could specify that if there are more than say 50 items, the node should start collapsed, but it would still...
Hey, thanks for the suggestion. I guess in principle this should be possible -- however, the component currently just uses the native HTML `` element, so it is style-able to...
Hi @zowebs, you should be able to override the CSS to do this as you please. The class you want to target is `jer-bracket-outside`. Here's what it looks like after...
All good. But I think you're right though -- now that I look at it, it probably should be aligned with the key. I think I'll probably tweak this in...