Carl Smith

Results 75 comments of Carl Smith

Okay, so as I understand it, the functionality we're currently lacking is to be able to show some kind of *indicator* when a value is invalid, is that right? We...

Yeah, that's true, perhaps custom buttons aren't the best way to go. What you could do (and this would work now without any changes), is use a [style function](https://github.com/CarlosNZ/json-edit-react?tab=readme-ov-file#themes--styles) to...

Hey, @joshkel , I've had a little play and I can get it kind of what you're after: https://codesandbox.io/p/devbox/json-edit-react-demo-forked-27cr7k?workspaceId=ws_WnssZ3DHwX7dk5S788GZBn Basically, errors show up in bright red: And when collapsed, the...

You can pass a function to the `enableClipboard` prop to provide any type of notification you like :) See the [demo](https://carlosnz.github.io/json-edit-react/) for an example, which uses Toast notifications. Here's the...

Hi @Neica, I'm not quite sure what you mean. What do you mean "a normal tooltip component"? Do you mean the tooltip that shows up in the component when you...

Thanks for spotting this inconsistency, I'll fix ASAP!

Should be fixed now in v1.25.1. Thanks for reporting -- it was literally a one word error (just referring to the wrong variable), but it could have gone unnoticed for...

Oh, that's annoying. At first I was unable to reproduce it on the demo, but I did it a few more times and eventually it happened. Damn, must be a...

@BoBer78 -- hey, just wondering if you're still seeing this in the latest version?

Yes, that seems like a good suggestion. I'll add it to the to-do list. I also have [this issue](https://github.com/CarlosNZ/json-edit-react/issues/2) which is kinda related, so I'd probably want to tackle them...