Skip to main content

Module select

Module select 

Source
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.
SelectOption
One choice, identified by business identity rather than by position.

Enums§

SelectEvent
What a Select reports. The owner decides what any of it means.