Element representing a drop-down selection box.
Properties:
Name | Type | Description |
---|---|---|
emptyText |
string | (default: |
formatText |
function | A function |
model |
html.ListModel | (default: |
selection |
number | (default: |
Example
SelectionBox {
model: ListModel { data: ["One", "Two", "Three"] }
}