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.

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
LabelstringSelect
Widthstring222
Heightstring55
Xstring
Ystring
Variantoption• OUTLINED
• FILLED
• STANDARD
OUTLINED
Colorstring
color picker
Background Colorstring
color picker
Label Colorstring
color picker
Input Colorstring
color picker
Disabledboolean• on
• off
off
Read Onlyboolean• on
• off
off
Requiredboolean• on
• off
off
Visibilityboolean• on
• off
on
Multipleboolean• on
• off
off
Helper textstring
Optiontabular format Details 1[{“label”:“label1”,“value”:“value1”},{“label”:“label2”,“value”:“value2”}]
Change Eventoption• NONE
• ACTION
NONE
Valuestring
Error-

Action

ItemPropertiesData TypeOptionsDefault value
ididstringautomatic
labellabelstringSelect
widthwidthstring222
heightheightstring55
xxstring
yystring
variantvariantstring• outlined
• filled
• standard
outlined
colorcolorstring
backgroundColorbackgroundColorstring
labelColorlabelColorstring
inputColorinputColorstring
disableddisabledboolean• true
• false
false
readOnlyreadOnlyboolean• true
• false
false
requiredrequiredboolean• true
• false
false
visibilityvisibilityboolean• true
• false
true
multiplemultipleboolean• true
• false
false
helperTexthelperTextstring
optionsoptionsarray of object[{“label”:“label1”,“value”:“value1”},{“label”:“label2”,“value”:“value2”}]
valuevaluestring or array of string (See above Tips)
errorerrorboolean

Tips

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