Expand description
A control for choosing one of a known set of options.
The open menu is transient view state, so Select is a view rather than a
builder. The chosen value is not: the select reports what was picked and
renders whatever the owner decides is current, so a host that rejects a
choice keeps showing the one that still holds.
Structs§
- Select
- A closed list of options with one answer.
- Select
Option - One choice, identified by business identity rather than by position.
Enums§
- Select
Event - What a
Selectreports. The owner decides what any of it means.