Module iced::widget::combo_box

source ·
Expand description

Display a dropdown list of searchable and selectable options.

Structs

  • A widget for searching and selecting a single value from a list of options.
  • The local state of a ComboBox.

Traits