[]
DsPdfJS API / ComboBoxFieldProperties
ComboBoxFieldProperties =
ChoiceFieldProperties&object
Defines properties of a ComboBoxField.
optionaldefaultText:string
The default value of this ComboBoxField as a string.
The behavior varies based on the 'editable' property:
optionaldefaultValue:number
The default value of ComboBoxField, value is specified as index of selected item.
optionaleditable:boolean
Indicating whether the combo box includes an editable text box as well as a drop-down list.
optionaltext:string
The string value of this ComboBoxField.
The behavior varies based on the 'editable' property:
type:
"combobox"
optionalvalue:number
The value of ComboBoxField, value is specified as index of selected item.