dropdownEditor

inline fun <T> dropdownEditor(crossinline block: (dropdown: MutableSelectBox<T, *>, value: T, current: View) -> EditOperation<T>): SelectBoxEditor<T>(source)

Deprecated

Use new selectBoxEditor method

Replace with

selectBoxEditor(block)