Skip to main content

IDataFormValidationRule

@spartanfx/react v1.2.2


@spartanfx/react / index / IDataFormValidationRule

Interface: IDataFormValidationRule<TValue>

Type Parameters

TValue

TValue extends DataFormValues = DataFormValues

Properties

Required

PropertyTypeDescription
type| "max" | "min" | "pattern" | "maxLength" | "minLength" | "required" | "url" | "email" | "custom"-

Options

PropertyTypeDescription
message?string-
value?string | number | RegExp-

Events & callbacks

PropertyTypeDescription
validate?(value, values, context) => | DataFormFieldValidationOutcome | Promise<DataFormFieldValidationOutcome>-