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

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
LabelstringCombo Box
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
    Helper Textstring
    Optionstable details 1[{“label”:“label1”,“value”:“value1”},{“label”:“label2”,“value”:“value2”}]
    Valuestring
    Error-
    Change Eventoption
  • NONE
  • ACTION
  • NONE

    Action

    ItemPropertiesData TypeOptionsDefault value
    IDidstringautomatic
    LabellabelstringCombo Box
    Widthwidthstring222
    Heightheightstring55
    Xxstring
    Yystring
    Variantvariantstring
  • outlined
  • filled
  • standard
  • outlined
    Colorcolorstring
    Background ColorbackgroundColorstring
    Label ColorlabelColorstring
    Input ColorinputColorstring
    Disableddisabledboolean• true
    • false
    false
    Read OnlyreadOnlyboolean• true
    • false
    false
    Requiredrequiredboolean• true
    • false
    false
    Visibilityvisibilityboolean• true
    • false
    true
    Helper TexthelperTextstring
    Optionsoptionsarray of object[{“label”:“label1”,“value”:“value1”},{“label”:“label2”,“value”:“value2”}]
    Valuevaluestring
    Errorerrorboolean
    Tips

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