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