.textarea
element
The .textarea
action Creates a multi-line text input area for longer text. It belongs to the html category within the ui area.
Action Syntax
.textarea $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
disabled
disables text input making it non-interactive
rows
sets number of visible text rows
cols
sets number of visible character columns
readonly
prevents user editing but allows text selection
placeholder
shows hint text when empty
spellcheck
enables automatic spell checking
autofocus
automatically focuses cursor on this area
Examples
// Basic Usage
.textarea $input-variable
Action code: 3789781079
Version: 0.6.4-1
Last updated: 2025-06-13