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[] items
The current list items for Combo.
- make
-
new make()
- onElem
-
Callback to create an
Elem
representation for a given list item. If function does not return anElem
instance, one will be created usingtoStr
of value.