sdk.form.showformoptions.validate
Home > @matterway/sdk > Form > ShowFormOptions > validate
Form.ShowFormOptions.validate property
Signature:
validate?: (data: FieldValues) => Promise<{
field: string;
message: string;
}[]>;
Home > @matterway/sdk > Form > ShowFormOptions > validate
Signature:
validate?: (data: FieldValues) => Promise<{
field: string;
message: string;
}[]>;