Skip to content

Commit

Permalink
docs(form): fix link to /form-group (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
milos018 authored May 10, 2024
1 parent e1ca6e0 commit 3c1602a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.components/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c1602a

Please sign in to comment.