Selects
2 posts tagged with "Selects"
.option
element
The .option action Creates dropdown menu choices for .selectio selection actions. It belongs to the selects category within the interaction area.
Action Syntax
.option "text"
A quoted text string
.option 123
A numeric value
.option true|false
A boolean value (true or false)
.option $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
value
sets specific value different from display text
Examples
// Basic Usage
.option "Option Text"
// Using Variables
// Display dynamic content from variables
.option $value
Action code: 3794288313
Version: 0.6.4-3
Last updated: 2025-06-13
.select
element
The .select action Creates a dropdown selection menu for choosing options. It belongs to the selects category within the interaction area.
Action Syntax
.select "text"
A quoted text string
.select from $variable
a value followed by A variable name starting with $
.select "text" from $variable
A quoted text string followed by a value followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
value
specifies initial value variable / value