.enter-text
The .enter-text
action text input for a single line of text. It belongs to the inputs category within the interaction area.
Action Syntax
.enter-text $variable
A variable name starting with $
.enter-text "text"
A quoted text string
.enter-text "text" $variable
A quoted text string followed by A variable name starting with $
.enter-text !set:icon
An icon in format !set:name
.enter-text !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
.enter-text !set:icon "text"
An icon in format !set:name followed by A quoted text string
.enter-text !set:icon "text" $variable
An icon in format !set:name followed by A quoted text string followed by A variable name starting with $
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = .enter-text
Valid sizes
tiny
small
medium
large
extra
Styles
.borderless
do not show input border
.enter-text.borderless "example text"
.helper
contains a small line of helper/error text under the input
.enter-text.helper "example text"
Tags
disabled
make the input field disabled
Examples
// Basic Usage
$text = .enter-text $curvalue
// With Styles
// Apply the .borderless style modifier
.enter-text.borderless "example text"
Action code: 1883893841
Version: 0.6.4-16
Last updated: 2025-06-13