Skip to main content

Module select

Module select 

Source
Expand description

Dropdown / list select widget.

Holds an ordered list of options and a focused index. Navigation wraps around within the type-ahead filtered set. The widget submits the focused option’s id (usually a UUID), not its display label.

Structs§

SelectOption
A single entry in a SelectWidget option list.
SelectWidget
A scrollable pick-list widget with type-ahead filtering.