Skip to main content

Module combobox

Module combobox 

Source

Re-exports§

pub use crate::select::Caret;

Structs§

Combobox
A combo box with support for single and multi-select.
ComboboxState
State of the Combobox component.
ComboboxTriggerContext
Context passed to the render_trigger closure on Combobox.

Enums§

ComboboxEvent
Events emitted by ComboboxState.

Type Aliases§

ComboboxChange
Back-compat alias — new code should use SearchableListChange directly.