dropdown_model_list library
Classes
-
DropdownListModel<
T> - A list model containing a collection of dropdown items.
-
DropdownSearchListModel<
T> - Model representing a list of dropdown items.
-
MultiDropdownSearchListModel<
T> - A model that holds a list of selectable dropdown items.
-
MultipleSelectionSearchDropList<
T> - A customizable widget that allows users to select multiple options from a searchable dropdown list.
-
OptionItems<
T> - Model representing a selectable dropdown item.
-
OptionItemsMultiSearch<
T> - Represents an individual selectable option in a multi-select dropdown. Contains a display title and an optional underlying model value.
-
OptionItemsSearch<
T> - Model representing a selectable item in the dropdown.
-
SearchDropList<
T> - A customizable searchable dropdown list widget.
-
SelectDropList<
T> - A customizable dropdown selection widget.
-
SelectDropListState<
T> - State class for SelectDropList.