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