Configuration object when initialValues
is set. Used when using the data
store to bind to form inputs.
Optional function/s to extend Felte's functionality.
Initial values for the form. To be used when not using the form
action.
Optional function that accepts any thrown exceptions from the onSubmit function. You can return an object with the same shape Errors
for a reporter to use it.
Required function to handle the form data on submit.
Optional function/s to handle reporting errors.
Optional function to validate the data.
Generated using TypeDoc
Configuration object when
initialValues
is set. Used when using thedata
store to bind to form inputs.