mjtamlyn / django-adapters

Constructible, introspectable serializers and forms
BSD 3-Clause "New" or "Revised" License
69 stars 7 forks source link

Look at react-jsonschema-form #36

Open jpic opened 6 years ago

jpic commented 6 years ago

Sorry if this has already been posted, but this is kind of a reference for a lot of people: https://react.rocks/example/react-jsonschema-form

"Form generation and validation from JSON schema. Includes nesting, arrays. Introduces UI-schema concept to customize widget selection, CSS classes."

jpic commented 6 years ago

I think we're going to need separate structure for rendering/UI and for validation like them, what do you think?

Also, they have nested forms, we might need that too ?

auvipy commented 4 years ago

how is it https://wagtail.io/blog/telepath/ ?