Skip to content

Combobox

A combobox is a component where you select from options and enter. The difference from selective input is that direct input is possible. It is possible to filter options as you type, or to use the direct input value as the input value.

Properties

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringThe [id] property cannot be set by action.
2Label LStringComboboxlabelstringComboboxComponent 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.
8SizeSelection
1. Small
2. Medium
3. None
NonesizestringnoneWhen a value other than None is selected, Height is disabled.
When Legacy Design is ON, Size is disabled.
Added in v4.2.0.
9VariantSelection
1. Outlined
2. Filled
3. Standard
OutlinedvariantstringoutlinedComponent style
10Legacy 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
11ColorString
Color Picker
colorstringComponent color
12Background ColorString
Color Picker
backgroundColorstringBackground color
13Label ColorString
Color Picker
labelColorstringLabel text color
14Input ColorString
Color Picker
inputColorstringInput text color
15DisabledBooleanOFFdisabledbooleanfalseDisabled state
16Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
17RequiredBooleanOFFrequiredbooleanfalseRequired input setting
18VisibilityBooleanONvisibilitybooleantrueVisibility state
19Free SoloBooleanOFFfreeSolobooleanfalseAllow direct input
20Helper TextStringhelperTextstringHelper text
21OptionsTabular
[Detail 1]
[Detail 1]optionsarray of object[Detail 1]Selection options
22ValueStringvaluestringSelected value
23ErrorerrorbooleanfalseError state
24Change EventSelection
1. None
2. UI Script
3. Action
4. Detached Action
NoneEvent on value change
Detached Action became selectable in v4.1.0.
UI Script became selectable in v4.2.0.
25Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.
26Tab FocusSelection
1.[Component ID]
tabFocusstringNext focus component specification
Added in v3.3.0

[Details 1] Options

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

OptionLabelValue
Checkboxlabel1value1
Checkboxlabel2value2

Event

Event nameDescription
onchangeOccurs when a value change is made.