Skip to content

Commit

Permalink
docs: fix broken link to intent button page (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
marilari88 committed Apr 16, 2024
1 parent d0a22b6 commit 59156d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/complex-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Example() {

## Array

When you need to setup a list of fields, you can call the `getFieldList()` method from the parent field metadata to get access to each item field with name infered automatically as well. If you want to modify the items in the list, you can also use the `insert`, `remove` and `reorder` intents as explained in the [Intent button](./intent-button.md#insert-remove-and-reorder-intents) page.
When you need to setup a list of fields, you can call the `getFieldList()` method from the parent field metadata to get access to each item field with name infered automatically as well. If you want to modify the items in the list, you can also use the `insert`, `remove` and `reorder` intents as explained in the [Intent button](./intent-button#form-controls) page.

```tsx
import { useForm } from '@conform-to/react';
Expand Down

0 comments on commit 59156d7

Please sign in to comment.