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.
2LabelStringSelectlabelstringSelectComponent label
3WidthString222widthstring222Component width
4HeightString55heightstring55Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7VariantSelection
1. Outlined
2. Filled
3. Standard
OutlinedvariantstringoutlinedComponent style
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringBackground color
10Label ColorString
Color Picker
labelColorstringLabel color
11Input ColorString
Color Picker
inputColorstringInput text color
12DisabledBooleanOFFdisabledbooleanfalseDisabled state
13Read OnlyBooleanOFFreadOnlybooleanfalseRead-only state
14RequiredBooleanOFFrequiredbooleanfalseRequired input field
15VisibilityBooleanONvisibilitybooleantrueComponent show/hide
16MultipleBooleanOFFmultiplebooleanfalseMultiple selection enabled
17Helper TextStringhelperTextstringHelper text
18OptionsTable format
[Details 1]
[Details 1]optionsarray of object[Details 1]Select box options
19Change EventSelection
1. None
2. Action
NoneEvent on value change
20Valuevaluestring, or array of string (refer to Tips above)Select box value
21ErrorerrorbooleanError state

[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.