.enter-password
The .enter-password
action enter password field. It belongs to the inputs category within the interaction area.
Action Syntax
.enter-password $variable
A variable name starting with $
.enter-password "text"
A quoted text string
.enter-password "text" $variable
A quoted text string followed by A variable name starting with $
.enter-password !set:icon
An icon in format !set:name
.enter-password !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
.enter-password !set:icon "text"
An icon in format !set:name followed by A quoted text string
.enter-password !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-password
Valid sizes
tiny
small
medium
large
extra
Styles
.borderless
makes borderless
.enter-password.borderless "example text"
.helper
with help text
.enter-password.helper "example text"
Modifiers
placeholder
The .enter-password
action supports the placeholder
modifier.
help
The .enter-password
action supports the help
modifier.
Tags
disabled
make the password field disabled
Examples
// Basic Usage
$text = .enter-password $curvalue
// With Styles
// Apply the .borderless style modifier
.enter-password.borderless "example text"
Action code: 2728703942
Version: 0.6.4-4
Last updated: 2025-06-13