...

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.

Applies to Type Default
form > entry Text ""

Examples

// Example: form > entry
read form with
  SKU: text
  Maximum: number

show form "My Form" a1b1 with
  SKU { fieldChoiceLabels: "" }
  Maximum

User Contributed Notes
0 notes + add a note