Skip to content

Commit

Permalink
[docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Jul 25, 2022
1 parent cb4bdb6 commit c7d080c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/form/use-form.mdx
Expand Up @@ -38,7 +38,7 @@ yarn add @mantine/form
`useForm` hook accepts a single argument with a configuration object that includes the following properties (all of them are optional):

- `initialValues` – initial form values, form types are generated based on this value
- `validate` – an object with validation rules, [schema](/form/schema/) or a validation function that receives form values as an argument and returns object with validation errors
- `validate` – an object with validation rules, schema or a validation function that receives form values as an argument and returns object with validation errors
- `initialErrors` – initial form errors, object of React nodes
- `clearInputErrorOnChange` – boolean value that determines whether input error should be clear when its value changes, true by default

Expand Down

0 comments on commit c7d080c

Please sign in to comment.