Carl Smith
Carl Smith
> Thanks @CarlosNZ for the feedback. I can also try to look into it and submit a PR, if that's ok. Sure, good luck. I'll take a look in a...
Have merged a fix for this to the `main` branch -- will close this issue after next release
This is fixed now in [v1.24.0](https://www.npmjs.com/package/json-edit-react/v/1.24.0) It's not quite perfect, as it does log two separate events in the Undo queue, but that's only relevant if you have an undo...
Interesting, thanks for bringing this to my attention. After a bit of digging around (thanks Claude), it looks like I should be able to create a dual build, one with...
Actually, I'll probably do something even simpler -- I'll just copy the styles.css file into the build folder to make it available to import for users such as yourself.
Hi @adharris -- sorry I've taken so long to get back to this. I've just published a beta with the original `style.css` file included in the package, so you can...
Yeah, this has come up before. It's a little tricky, but there's some suggestions on this issue that might help: https://github.com/CarlosNZ/json-edit-react/issues/117
Here are some things that might help resolve the problem: https://chatgpt.com/share/683e4832-9b60-8009-819b-1856c67659a8 Let me know if you can't get it working using those suggestions.
Any joy @bakikucukcakiroglu ? If you're still having trouble, please share a repo that has this problem and I'll look into it.
Are you talking about validation with JSON Schemas? How you handle the validation is completely up to you -- you provide the `onUpdate` function(s), and can choose whether to allow...