- 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:
├── Text Input │ └── options │ └── max_graphemes_message ├── _inputs │ └── * │ ├── 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 │ └── Choice Input │ └── options │ └── max_graphemes_message ├── URL Input │ └── options │ └── max_graphemes_message └── Select Input └── options └── max_graphemes_message- Type:
string- Examples: