Documents
++ {DESCRIPTION} +
+Generated document
+
+ {JSON.stringify(document, null, 2)}
+
+ Submitted values
+
+ {submitted
+ ? JSON.stringify(submitted, null, 2)
+ : 'Submit the form. Validation comes from the document constraints, not from this page.'}
+
+
+
+
+
+
+
+
+
+
{description}
} +{props.description}
+ )} + {field.error &&{field.error}
} +