Interface InvalidDatesValidatorConfig

interface InvalidDatesValidatorConfig {
    dates: string[];
    enabled?: boolean;
    errorMessage?: string;
    instant?: boolean;
}

Hierarchy (view full)

Properties

dates: string[]
enabled?: boolean

If the validator should validate/run.

errorMessage?: string

Custom error message.

instant?: boolean

If the validator should validate on each change.