busao
    Preparing search index...

    Function isFormEntryLong

    • Determines if a form entry that requires extra validation (an input field, for example) exceeds a specified maximum length.

      Parameters

      • i18n: i18n

        The internationalisation object.

      • formEntry: string

        The string whose length will be checked.

      • maxLength: number = 64

        The maximum length.

      Returns boolean

      Whether the form entry exceeds the specified maximum length.

      Determines length at the grapheme level.