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