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