Navigation :
StyleCode Property: fieldChoiceLabels
fieldChoiceLabels
Specifies the labels displayed for each choice on ‘fieldType: dropdown’.
This array property is complementary to ‘fieldChoices’ and must be on the same table as ‘fieldChoices’ to work properly.
Examples
// Example: form > entry
read form with
SKU: text
Maximum: number
show form "My Form" a1b1 with
SKU { fieldChoiceLabels: "" }
Maximum