DropdownFieldController
class DropdownFieldController(config: DropdownConfig, initialValue: String?) : InputController, SectionFieldErrorController
Content copied to clipboard
This class controls the dropdown view and implements the InputController interface. Because it can never be in error the errorMessage
is always null. It is also designed to always have a value selected, so isComplete is always true.
Constructors
Link copied to clipboard
fun DropdownFieldController(config: DropdownConfig, initialValue: String? = null)
Content copied to clipboard
Functions
Link copied to clipboard
This is called when the value changed to is a raw backing value, not a display value.
Link copied to clipboard
This is called when the value changed to is a display value.