react-jsonschema-form icon indicating copy to clipboard operation
react-jsonschema-form copied to clipboard

Simple example: Sync schema, uiSchema and formData

Open jorisw opened this issue 4 years ago • 1 comments

Syncs schema, uiSchema and formData for the Simple example in the playground

Reasons for making this change

This example was a mess, while it's the first example your first time users will ever see.

It makes no sense to have properties commented out in form schema, or to have uiSchema entries for which no schema properties exist.

Uncomments some of the schema properties that were present in the uiSchema, and adds missing formData.

Checklist

  • [x] I'm adding or updating code
    • [x] I've updated docs if needed

jorisw avatar Aug 09 '21 12:08 jorisw

Done

jorisw avatar Aug 31 '21 13:08 jorisw