You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> A field-level validation function that takes the current value and returns `undefined` if it is valid, or the error if it is not. Optional.
128
+
129
+
#### `subscription? : FieldSubscription`
130
+
131
+
> A subscription of which parts of field state to be notified about. See [`FieldSubscription`](https://github.com/final-form/final-form#fieldsubscription--string-boolean-). Optional.
132
+
133
+
### `useForm`
110
134
111
135
Returns an object similar to [`FormRenderProps`](https://github.com/final-form/react-final-form#formrenderprops).
See [🏁 Final Form's `onSubmit` docs](https://github.com/final-form/final-form#onsubmit-values-object-form-formapi-callback-errors-object--void--object--promiseobject--void) for more information. Required.
A record level validation function. See [🏁 Final Form's `validate` docs](https://github.com/final-form/final-form#validate-values-object--object--promiseobject) for more information. Optional.
0 commit comments