formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface InputElementCounterSettings

    Optional settings for the character counter, see init

    interface InputElementCounterSettings {
        counterText: string;
    }
    Index

    Properties

    Properties

    counterText: string

    The text for the character counter. Defaults to the i18n variable lettersLeft.

    You can use the following placeholder:

    • %length the current number of characters
    • %maxlength the maximum number of allowed characters
    • %remaining the number of remaining characters