class domkit::Combo
sys::Obj dom::Elem domkit::Combo
@Js
Combo combines a TextField and ListButton into a single widget that allows a user to select from a list or manually enter a value.
See also: docDomkit
- enabled
-
virtual override Bool? enabled - field
-
TextField field { private set }TextField component of Combo.
- items
-
Str[] itemsThe current list items for Combo.
- make
-
new make() - onElem
-
Callback to create an
Elemrepresentation for a given list item. If function does not return anEleminstance, one will be created usingtoStrof value.