react-json icon indicating copy to clipboard operation
react-json copied to clipboard

A JSON editor packed as a React.js component. The easiest way of create web forms.

Results 8 react-json issues
Sort by recently updated
recently updated
newest added

Having `href="#"` in components breakes react-router route handling. Also it has not real use but having proper cursor over links. Related: https://github.com/alvarium/react-json/pull/1, https://github.com/alvarium/react-json/commit/382dd348836c68c451a0aa47462cc8c5c699f5bd Maybe it can be removed in components....

Fixing https://github.com/arqex/react-json/issues/3

I really like your library. However, I am currently monkey patching it to be able to bypass the 100letter rule of the string type. It would be nice to specify...

Will there be an update for the new REACT 15?

Noticed warning from react when running in dev mode.

the version published to npm does not match master. in particular onChange didn't make it into the release, and that would be super useful.

I created a generic editor component, where both the data and the settings are retrieved using Ajax. The standard React Ajax initialization pattern is used. The initial setting value was...

Gotta say, love this! I'm really looking forward to including it on my upcoming project. I just noticed that the docs for validation and settings are missing. https://github.com/arqex/react-json/blob/master/docs/docs.md If would...