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§
- Select
Component - An HTML
<select>rendered by the engine. - Select
Option - One
<option>inside a<select>.
Type Aliases§
- OnSelect
Change - Callback invoked when the select’s value changes.