Constructor
new Combo_(props)
| forceOptions | list of options, allowed option formats {value: "foo", display: "bar"} / ["foo", "bar"] / "foo" ( display will also be "foo") |
| forceSelected | selected option value |
| changeCallback | change callback |
Parameters:
| Name | Type | Description |
|---|---|---|
props |
object | props |
- Source:
Methods
build()
build
- Source:
changed()
handle change event
- Source:
initState()
init state
- Source:
translateOptions()
translate options
- Source: