react-json-editor
react-json-editor copied to clipboard
A dynamic form component for react using JSON-Schema.
in React16 react-json-editor.js:436 Uncaught (in promise) TypeError: React.createClass is not a function at Object. (react-json-editor.js:436) at __webpack_require__ (react-json-editor.js:30) at Object. (react-json-editor.js:417) at __webpack_require__ (react-json-editor.js:30) at Object.module.exports (react-json-editor.js:97) at __webpack_require__ (react-json-editor.js:30)...
$.form undefined
TODO
- [ ] Option to parse false as null on boolean. [WIP] - [x] Provide props to SectionWrapper for array manipulation. [WIP] - [ ] Avoid usign `for(.. in ..)...
Nothing renders passed the Title (screenshot from demo):
Because my project useless redux, I've using a stateless fork of react-json-editor, [here](https://github.com/joshgagnon/react-json-editor/commit/b516e391b2fda6e7f1759c25fe079877ad0f85ca). Validation is done in the reducer (and later I will put normalisation there too). If you are...
To replicate: git clone https://github.com/ismaelga/react-json-editor/ npm install npm run test
Hi, I'm new to react and javascript, I want to do something like this: `"APPLY": [{ "countType": { "COUNT": "rooms_furniture" } }, { "sumSeats": { "SUM": "rooms_seats" } }, {...
I have a requirement that the value of the field depends on the value of another field. eg. ``` schema = { title : "My pretty form", description: "Declarative pure...
Integer value of zero is being set to blank in React due to improper handling of these values. I add a function in objectUtils.js though I am not sure if...
As seen on https://github.com/bananafunctor/react-json-editor/commit/487ca3d333eb035ce3abfa4204939173e872525f specifically the test for nested inputComponents, they will fail to render right now. Relevant code below ``` it('should render nested inputComponent', () => { const TestComponent...