Optional
initialValues used to override the defaults when filling the form after the component is mounted or after form reset (optional). The defaults depend on field type (defined in the Schema). Snapshot of the initialValues will be taken when mounting the component and further changes to it will be ignored. If you want to change initialValues use FormHandle.reset method.
Optional
validator?: FormValidator<Values, Err>Form validator created using FormValidatorBuilder
(optional).
Generated using TypeDoc
Definition of form fields created using
FormSchemaBuilder
.