Modal Component Value / Values (Expression) — DiSky

Addon: DiSky · Category: Expression · Since: 4.28.0

Syntax

[the] [current] value[s] of [the] (text[ |-]input|drop[ |-]down|checkbox[ group]|radio[ group]) [with [the] id] %string%

Description

Get the current value(s) of a sent component, currently only working in modals with text input, select menus, checkbox groups and radio groups. You have to precise what type of component you are trying to get, either 'textinput', 'dropdown', 'checkbox group' or 'radio group'.

Examples

set {_values} to value of textinput with id "XXX"
set {_options::*} to values of checkbox group with id "my-checkbox"
set {_opt} to value of radio group with id "my-radio"
set {_options::*} to values of dropdown with id "my-dropdown"

View source