.placeholder
element
The .placeholder
action sets a placeholder for an input element. It belongs to the decorator category within the ui area.
Action Syntax
.placeholder "text"
A quoted text string
.placeholder $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.placeholder "placeholder"
// Using Variables
// Display dynamic content from variables
.placeholder $text
Action code: 4235103923
Version: 0.6.4-0
Last updated: 2025-06-13