Interface MatchesValidatorConfig

interface MatchesValidatorConfig {
    enabled?: boolean;
    errorMessage?: string;
    id?: string;
    instant?: boolean;
}

Hierarchy (view full)

Properties

enabled?: boolean

If the validator should validate/run.

errorMessage?: string

Custom error message.

id?: string

Identifier of another input field

instant?: boolean

If the validator should validate on each change.