FormProvider
Specification
A provider component that propagates application-wide form settings to all children forms.
Props
Prop name | Type | Default value | Description |
|
| Validation rules schema. | |
|
| Validation messages. | |
|
|
| Custom debounce duration (ms) for |
Example
Render the <FormProvider>
on the root-level of your application (alongside the other providers you may have):
Last updated