☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

max_graphemes_message

Table of contents

Description:

This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_graphemes.

Appears in:
└── _inputs
    └── *
        ├── Text Input
        │   └── options
        │       └── max_graphemes_message
        ├── Textarea Input
        │   └── options
        │       └── max_graphemes_message
        ├── Code Input
        │   └── options
        │       └── max_graphemes_message
        ├── Color Input
        │   └── options
        │       └── max_graphemes_message
        ├── Rich Text Input
        │   └── options
        │       └── max_graphemes_message
        ├── File Input
        │   └── options
        │       └── max_graphemes_message
        ├── URL Input
        │   └── options
        │       └── max_graphemes_message
        ├── Select Input
        │   └── options
        │       └── max_graphemes_message
        └── Choice Input
            └── options
                └── max_graphemes_message
Type:
string
Examples:
Open in a new tab