From 63d1667a32cd597c89cbdbe823d7994d44adb230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 13 Mar 2024 18:29:12 -0400 Subject: [PATCH] Update src/index.ts Co-authored-by: Esteban Borai --- src/index.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 2ad52b1..28aab76 100644 --- a/src/index.ts +++ b/src/index.ts @@ -249,8 +249,12 @@ export type FormConfig = { * [1]: https://github.com/jquense/yup */ validationSchema?: Schema; - - validationOption?: ValidateOptions; + /** + * [Yup][1] validation options used internally + * + * [1]: https://github.com/jquense/yup + */ + validationOptions?: ValidateOptions; }; /**