OptionaldefaultText?: stringThe default value of this ComboBoxField as a string.
The behavior varies based on the 'editable' property:
OptionaldefaultValue?: numberThe default value of ComboBoxField, value is specified as index of selected item.
Optionaleditable?: booleanIndicating whether the combo box includes an editable text box as well as a drop-down list.
Optionaltext?: stringThe string value of this ComboBoxField.
The behavior varies based on the 'editable' property:
Optionalvalue?: numberThe value of ComboBoxField, value is specified as index of selected item.
Defines properties of a ComboBoxField.