Christian Tweed

Results 3 issues of Christian Tweed

The copy might need some tweaking, but hopefully this should help clarify a class of issues people have

Fixes [186](https://github.com/ciscoheat/sveltekit-superforms/issues/186). Adds the server side parsing of nested data for progressive enhancement to be used in conjuction with `dataType: 'json'`. Inspired by this [pattern](https://mattstauffer.com/blog/a-little-trick-for-grouping-fields-in-an-html-form/). ``` ``` The example page...

### Describe the bug I am using a necessarily recursive schema for a feature to store logic as JSON. We're unable to actually have type validation due to the `Type...