min_words_message

On this page

Description:

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

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