FormConfig
ref / conversations / FormConfig
An options bag object for a form field. Contains all properties of Formotherwise
function to be invoked when form valiation fails.
If a reason is specified by the form validation, it is possible to use Form
Extends
ts
FormConfigShared<C, T>
Properties
otherwise
ts
otherwise?: Otherwise<C>;
Callback that will be invoked when the form validation fails for a context object.