Skip to content

Commit da1f17e

Browse files
authoredNov 19, 2020
Merge pull request #5556 from marmelab/fix-input-documentation
[Doc] Fix link formatting in "Writing your own input" documentation
2 parents 5f64abb + b738165 commit da1f17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/Inputs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ import { FormDataConsumer } from 'react-admin';
18651865

18661866
## Writing Your Own Input Component
18671867

1868-
If you need a more specific input type, you can write it directly in React. You'll have to rely on react-final-form's [<Field>](https://final-form.org/docs/react-final-form/api/Field) component, or its [useField](https://final-form.org/docs/react-final-form/api/useField) hook, to handle the value update cycle.
1868+
If you need a more specific input type, you can write it directly in React. You'll have to rely on react-final-form's [Field](https://final-form.org/docs/react-final-form/api/Field) component, or its [useField](https://final-form.org/docs/react-final-form/api/useField) hook, to handle the value update cycle.
18691869

18701870
### Using `<Field>`
18711871

0 commit comments

Comments
 (0)
Please sign in to comment.