Skip to main content

Module combobox

Module combobox 

Source
Expand description

A select you can type into.

The list, the choice, and whether a typed value is acceptable all belong to the caller. The combobox owns the query, whether the list is open, and where the keyboard is — and reports what was picked without moving its own answer, exactly as Select does.

Structs§

Combobox
A Select you can type into.

Enums§

ComboboxEvent
What a combobox reports. The owner decides what any of it means.