widgets/select/select library

Classes

TSelect<T, V, K>
A dropdown select field with search, pagination, and hierarchical support.

Typedefs

ItemValueAccessor<T, V> = V Function(T item)
A function that extracts a value from an item.