Skip to main content

Module select

Module select 

Source
Expand description

Dropdown component for the HTML <select> element.

The control renders like a combo box: the currently selected option’s label plus a drop-down arrow. Clicking the box opens a popup (top-layer overlay) listing every option; clicking a row selects it and reports the new value through the DOM write-back channel.

Structs§

SelectComponent
An HTML <select> rendered by the engine.
SelectOption
One <option> inside a <select>.

Type Aliases§

OnSelectChange
Callback invoked when the select’s value changes.