Skip to content

Select

A select box is a component that is entered by selecting from a set of options. Multiple selections are also possible depending on property settings.

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2Label LStringSelectlabelstringSelectComponent label
3WidthString222widthstring222Component width
4HeightString55heightstring55Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7LockBooleanOFFlockbooleanfalseWhen ON, the component stays fixed even when the screen is scrolled.
When OFF, the component moves along with the screen scroll.
Added in v4.1.0.
8VariantSelection
1. Outlined
2. Filled
3. Standard
OutlinedvariantstringoutlinedComponent style
9Legacy DesignBooleanOFFThis is only effective when the Variant is set to Standard.
When ON, the component is displayed with the legacy design.
When OFF, the component is displayed with the new design.
Added in v4.1.0
10ColorString
Color Picker
colorstringComponent color
11Background ColorString
Color Picker
backgroundColorstringBackground color
12Label ColorString
Color Picker
labelColorstringLabel color
13Input ColorString
Color Picker
inputColorstringInput text color
14DisabledBooleanOFFdisabledbooleanfalseDisabled state
15Read OnlyBooleanOFFreadOnlybooleanfalseRead-only state
16RequiredBooleanOFFrequiredbooleanfalseRequired input field
17VisibilityBooleanONvisibilitybooleantrueComponent show/hide
18MultipleBooleanOFFmultiplebooleanfalseMultiple selection enabled
19Helper TextStringhelperTextstringHelper text
20OptionsTable format
[Details 1]
[Details 1]optionsarray of object[Details 1]Select box options
21Change EventSelection
1. None
2. Action
3. Detached Action
NoneEvent on value change
Detached Action became selectable in v4.1.0.
22Valuevaluestring, or array of string (refer to Tips above)Select box value
23ErrorerrorbooleanfalseError state
24Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.

[Details 1] Option

The default status is registered as follows. Register a pair of "Label" and "Value" from the "ADD" button. To delete, select the check box and click the "DELETE" button.

SelectionLabelValue
Checkboxlabel1value1
Checkboxlabel2value2

Event

Event nameDescription
onchangeOccurs when a value change is made.