Demonstration Playground

Current example:

{{visible.options ? '▼' : '▶'}} Selected Options

Return empty fields? (default = true)
Add submit button? (default = only add if no layout is defined)
Show inline fedback? (default = false)
Show debuging information? (default = false)

{{visible.schema ? '▼' : '▶'}} Input JSON Schema and Form Layout

(loading form specification...)

{{visible.form ? '▼' : '▶'}} Generated Form

{{jsonFormStatusMessage}}

{{visible.output ? '▼' : '▶'}} Form Output

Valid?: {{formIsValid ? 'Yes' : 'No'}} n/a — errors from validationErrors():

Live data — from onChanges():
{{prettyLiveFormData}}

Submitted data — from onSubmit():
{{prettySubmittedFormData}}