- Description:
This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_words.
- Appears in:
└── _inputs └── * ├── Text Input │ └── options │ └── max_words_message ├── Textarea Input │ └── options │ └── max_words_message ├── Code Input │ └── options │ └── max_words_message ├── Color Input │ └── options │ └── max_words_message ├── Rich Text Input │ └── options │ └── max_words_message ├── File Input │ └── options │ └── max_words_message ├── URL Input │ └── options │ └── max_words_message ├── Select Input │ └── options │ └── max_words_message └── Choice Input └── options └── max_words_message- Type:
string- Examples: