Reference

BaseCreateFormOptions

Configures fields and validation shared by schema and non-schema forms.

Signature

interface BaseCreateFormOptions

Members

initialValues: TValues
validate?: Partial<{ [Name in string]: FieldValidationEntry<TValues[Name], TValues> }>
validateOn?: FormValidateMode | readonly FormValidateMode[]