RXNT / react-jsonschema-form-pagination

Apache License 2.0
22 stars 14 forks source link

Original formData in props ignored #23

Closed mavarazy closed 7 years ago

mavarazy commented 7 years ago

This is following #22 When default formData is loaded, it seems that the pagination wrapper is not passing the formData into the pages where it is needed. Nothing displays in the rendered view, and nothing is in the props of the corresponding tab's form. I observed this with example initial data of { "height": "100" }.