ismaelga / react-json-editor

A dynamic form component for react using JSON-Schema.

Home Page:https://ismaelga.github.io/react-json-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

ismaelga opened this issue · comments

  • Option to parse false as null on boolean. [WIP]
  • Provide props to SectionWrapper for array manipulation. [WIP]
  • Avoid usign for(.. in ..) {} because of IE
  • Support arrays at top-level or give a nice error message in case of wrong usage.
  • Throw error on invalid type
  • Ensure string type as default everywhere.
  • Improve demo page 💄
  • Add a CONTRIBUTING.md file as a guide to help possible contributors

Any plans on updating the npm package soon :) ?

I want to at least have "Option to parse false as null on boolean." before releasing, for backward compatibility.

Are you still working on this project?

@barrymichaeldoyle not really. 😞I'm not using it on any project atm. And since I've started worked on this project https://github.com/mozilla-services/react-jsonschema-form appeared, which I think is better designed.

I might some day try to fix some of the recurring issues people are having with react-json-editor. It's been hard to arrange free time for doing it. Sorry

All good man, thanks for the heads up 👍 I know we all get busy with other things, happens with me too :)