File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-renderer-demo/src/pages/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Components which defines a template of the form. This component receives two pro
47
47
48
48
A submit callback which receives two arguments: ` values ` and ` formApi ` .
49
49
50
- [ Read more] ( [/mappers/custom-mapper]( https://final-form.org/docs/react-final-form/types/FormProps#onsubmit) ) .
50
+ [ Read more] ( https://final-form.org/docs/react-final-form/types/FormProps#onsubmit ) .
51
51
52
52
---
53
53
@@ -125,7 +125,7 @@ A cancel callback, which receives `values` as the first argument.
125
125
126
126
* (formState) => void*
127
127
128
- A function which will be called with every form update, i.e. ` ({ values }) => setValues(values) ` .
128
+ A function which will be called with every form update, i.e. ` ({ values }) => setValues(values) ` .
129
129
130
130
[ Read more] ( https://final-form.org/docs/react-final-form/types/FormProps#debug )
131
131
@@ -173,7 +173,7 @@ You can pass your own [subscription](https://final-form.org/docs/react-final-for
173
173
174
174
A function which receives all form values and returns an object with errors.
175
175
176
- [ Read more] ( [/components/form-template]( https://final-form.org/docs/react-final-form/types/FormProps#validate) ) .
176
+ [ Read more] ( https://final-form.org/docs/react-final-form/types/FormProps#validate ) .
177
177
178
178
---
179
179
You can’t perform that action at this time.
0 commit comments