Skip to content

Commit b738165

Browse files
committed
[Doc] Fix link formatting in "Writing your own input" documentation
Closes #5549
1 parent 5f64abb commit b738165

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)