setEditTextMode

open fun setEditTextMode(editTextMode: Boolean)(source)

Sets the edit text mode for the spinner layout. If the current view type is VIEW_TYPE_SPINNER, this method will set the spinner layout to edit mode where user can directly input the date.

Parameters

editTextMode

true to enable edit text mode, false otherwise.

See also