editingStarted

abstract fun editingStarted(dropdown: MutableSelectBox<T, M>, value: T): EditOperation<T>?(source)

Called whenever editing begins for the MutableDropdown. This lets the behavior reconfigure the Dropdown accordingly.

Return

the edit operation

Parameters

dropdown

being edited

value

being edited