Skip to content

Commit

Permalink
Update packages/dnb-design-system-portal/src/docs/uilib/extensions/fo…
Browse files Browse the repository at this point in the history
…rms/create-component.mdx

Co-authored-by: Joakim Bjerknes <[email protected]>
  • Loading branch information
tujoworker and joakbjerk authored Jan 17, 2024
1 parent 8c311d8 commit 4785cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This example shows a custom component. The `useDataValue` hook receives the prop

Using these two form helpers in your field component triggers several automatic processes. These include timely validation checks, syncing value changes with the [DataContext](/uilib/extensions/forms/extended-features/DataContext/), coordinating error messages across multiple fields, and preventing premature error displays while the user is editing the field.

Keep in mind, you can customize the behavior of [useDataValue](/) and other helper functions to make the component work exactly as you want.
Keep in mind, you can customize the behavior of [useDataValue](/uilib/extensions/forms/create-component/useDataValue) and other helper functions to make the component work exactly as you want.

### Your own validation

Expand Down

0 comments on commit 4785cb3

Please sign in to comment.