We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106cdec commit 94dcd97Copy full SHA for 94dcd97
example/src/OneOfObjectArrayForm.tsx
@@ -39,6 +39,7 @@ export default function OneOfObjectArrayForm() {
39
form.setDefaultValues(form.values);
40
}}
41
>
42
+ <a href="https://github.com/CodeStix/typed-react-form/blob/master/example/src/OneOfObjectArrayForm.tsx">View source code</a>
43
<ArrayForm
44
form={form}
45
name="objects"
example/src/OneOfObjectForm.tsx
@@ -34,6 +34,8 @@ export default function OneOfObjectArrayForm() {
34
35
36
37
+ <a href="https://github.com/CodeStix/typed-react-form/blob/master/example/src/OneOfObjectForm.tsx">View source code</a>
38
+
{/* Our custom form component */}
<AppleOrBreadForm parent={form} />
0 commit comments