https://final-form.org/docs/react-final-form/types/FieldProps#format Pass props as last param
Adapt behavior for array values https://github.com/final-form/react-final-form-arrays
https://final-form.org/docs/react-final-form/types/FieldProps#parse Pass props as last param
https://final-form.org/docs/react-final-form/types/FieldProps#validate Pass props as last param
Map field values returned by useFinalFormField to input props Should return all passed fields if not overwritten otherwise they won't be passed down to the input
Error behavior to apply to this field in none is specified in the props See FieldErrorBehavior for more information