constructor
flagrate.createComboBox
flagrate.createComboBox(option) → flagrate.ComboBox
new flagrate.ComboBox
option
(Object
) – options.
Select.
option
id
(String):id
attribute of container element.className
(String):attribute
(Object):style
(Object): (using flagrate.Element.setStyle)value
(String): default value.items
(Array): of String values.placeholder
(String):icon
(String):regexp
(RegExp):isDisabled
(Boolean; defaultfalse
):