Class: Combo_

Combo_(props)

combo

Constructor

new Combo_(props)

forceOptionslist of options, allowed option formats {value: "foo", display: "bar"} / ["foo", "bar"] / "foo" ( display will also be "foo")
forceSelectedselected option value
changeCallbackchange callback
Parameters:
Name Type Description
props object props , see class constructor
Source:

Methods

build()

build
Source:

changed()

handle change event
Source:

initState()

init state
Source:

translateOptions()

translate options
Source: