Skip to content

Commit

Permalink
docs: fix invalid mdx comment syntax (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmitch14 authored Nov 1, 2023
1 parent fd88d05 commit 79ce230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Or use the `errorMap` property to access the specific error you're looking for:

As shown above, each `<Field>` accepts its own validation rules via the `onChange`, `onBlur` etc... callbacks. It is also possible to define validation rules at the form level (as opposed to field by field) by passing similar callbacks to the `useForm()` hook.

<!-- TODO: add more details when those callbacks are fixed -->
{/* TODO: add more details when those callbacks are fixed */}


## Asynchronous Functional Validation
Expand Down

0 comments on commit 79ce230

Please sign in to comment.