- Description:
This key defines the text shown when this input has no value.
- Appears in:
└── _inputs └── * └── Textarea Input └── options └── placeholder- Type:
string- Examples:
In this example, we have configured a placeholder for a Textarea Input.
Copied to clipboard_inputs: description: type: textarea options: placeholder: Enter a description{ "_inputs": { "description": { "type": "textarea", "options": { "placeholder": "Enter a description" } } } }