Skip to content

Commit

Permalink
docs: fix broken links (MultiSelect and Building Forms) (#4263)
Browse files Browse the repository at this point in the history
* docs: fix broken links (MultiSelect and Building Forms)

* Create tame-actors-learn.md
  • Loading branch information
sebald authored Oct 29, 2024
1 parent 3cd1451 commit b84e19c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tame-actors-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/docs": patch
---

docs: fix broken links (MultiSelect and Building Forms)
2 changes: 1 addition & 1 deletion docs/content/patterns/building-forms/building-forms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In the following example you can see how a form with all its fields can be submi

For validating the form we are using [`zod`](https://zod.dev/). It is a library for building schemas, which can be used to validate inputs. It is especially useful when you have more complex validation rules.

<ComponentDemo file="./validation-zod.demo.tsx" />{' '}
<ComponentDemo file="./building-forms-zod.demo.tsx" />

#### react-hook-form

Expand Down

0 comments on commit b84e19c

Please sign in to comment.