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.
2LabelStringComboboxlabelstringComboboxComponent 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 text color
11Input ColorString
Color Picker
inputColorstringInput text color
12DisabledBooleanOFFdisabledbooleanfalseDisabled state
13Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
14RequiredBooleanOFFrequiredbooleanfalseRequired input setting
15VisibilityBooleanONvisibilitybooleantrueVisibility state
16Free SoloBooleanOFFfreeSolobooleanfalseAllow direct input
17Helper TextStringhelperTextstringHelper text
18OptionsTabular
[Detail 1]
[Detail 1]optionsarray of object[Detail 1]Selection options
19ValueStringvaluestringSelected value
20ErrorerrorbooleanError state
21Change EventSelection
1. None
2. Action
NoneEvent on value change
22Tab FocusSelection
1.[UI 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.