Optional
afterChangesDebounceTime
afterChangesDebounceTime?: number
Optional
allowConcurrentSubmits
allowConcurrentSubmits?: boolean
Optional
allowEmptyString
allowEmptyString?: boolean
Optional
allowInvalidSubmit
allowInvalidSubmit?: boolean
Optional
allowUnresolvedArrayChildNames
allowUnresolvedArrayChildNames?: boolean
Optional
allowValueToBeFunction
allowValueToBeFunction?: boolean
Optional
appendControlValidationsToNode
appendControlValidationsToNode?: boolean
Optional
appendNodeValidationsToControl
appendNodeValidationsToControl?: boolean
Optional
asyncFunctionWarningTimeout
asyncFunctionWarningTimeout?: number
disableFormWhileSubmitting?: boolean
Optional
handleSuccesfullSubmit
handleSuccesfullSubmit?:
| "enable"
| "disable"
| "reset"
| "reset-value"
| "reset-state"
| "none"
Optional
localization
localization?: I18NExtensionConfig
Optional
requiredNameCase
requiredNameCase?: false | "camel" | "snake" | "kebab"
resetFormOnFieldChanges?: boolean
Optional
resolveNodeTypeValidationsToControl
resolveNodeTypeValidationsToControl?: boolean
runTransformersForInitialValues?: boolean
Optional
showDebugMessages
showDebugMessages?: boolean
Optional
sortValues
sortValues?: false | "asc" | "desc"
Optional
storage
storage?: StorageExtensionConfig
Optional
syncronization
syncronization?: SyncronizationExtensionConfig
transformUndefinedToNull?: boolean