ComboBoxFormElement

A form control which displays drop-down list. When isEditable flag is set, it can be accompanied by an editable text box for editing custom value.

See also

Functions

Link copied to clipboard
Returns custom value set in editable combo box.
Link copied to clipboard
Retrieve parent form field.
Link copied to clipboard
Gets form type for ComboBoxFormElement.
Link copied to clipboard
Check whether custom value is set.
Link copied to clipboard
open fun isEditable(): Boolean
Check whether the combo box has a text field attached and a custom value is allowed.
Link copied to clipboard
Returns whether text entered in the combo box shall be spell-checked.
Link copied to clipboard
open fun setCustomText(@Nullable customValue: String): Boolean
Sets a custom value.