Dropdown

typealias Dropdown<T, M> = SelectBox<T, M>(source)

Deprecated

Use SelectBox instead

Replace with

SelectBox<T, M>