formcycle 8.5.4-SNAPSHOT - JavaScript for forms
    Preparing search index...

    Interface ErrorFuncOptions

    Options for $.fn.errorFunc that affect the behavior of the validator.

    interface ErrorFuncOptions {
        validateEmpty?: boolean;
    }
    Index

    Properties

    Properties

    validateEmpty?: boolean

    By default, the validation engine never validates empty values. This flag, when set to true, allows error functions to set an error even when the value is empty. You are then responsible to decide when to show an error if the observed value is empty.