From 3c1602af3753c9027a6209d993c159e718d2cc52 Mon Sep 17 00:00:00 2001 From: Milos Dimitrijevic <46306967+milos018@users.noreply.github.com> Date: Fri, 10 May 2024 16:29:22 +0200 Subject: [PATCH] docs(form): fix link to `/form-group` (#1777) --- docs/content/2.components/form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.components/form.md b/docs/content/2.components/form.md index 823bbba0..203704d2 100644 --- a/docs/content/2.components/form.md +++ b/docs/content/2.components/form.md @@ -10,7 +10,7 @@ links: Use the Form component to validate form data using schema libraries such as [Yup](https://github.com/jquense/yup), [Zod](https://github.com/colinhacks/zod), [Joi](https://github.com/hapijs/joi), [Valibot](https://valibot.dev/), or your own validation logic. -It works with the [FormGroup](/components/input) component to display error messages around form elements automatically. +It works with the [FormGroup](/components/form-group) component to display error messages around form elements automatically. The form component requires two props: - `state` - a reactive object holding the form's state.