From 79ce230bf31824676d2328d5cec032529d22e096 Mon Sep 17 00:00:00 2001 From: kevinmitch14 <55989505+kevinmitch14@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:17:10 -0300 Subject: [PATCH] docs: fix invalid mdx comment syntax (#497) --- docs/guides/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/validation.md b/docs/guides/validation.md index 7139886a9..c92ef7844 100644 --- a/docs/guides/validation.md +++ b/docs/guides/validation.md @@ -132,7 +132,7 @@ Or use the `errorMap` property to access the specific error you're looking for: As shown above, each `` 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 */} ## Asynchronous Functional Validation