Choices Tab

The Choices tab provides a user interface for adding choices to applicable components.

  • Tabbing in the last Value field will generate a new Choice
  • Mass Choices can be generated using the Bulk Add option
  • Choice Label/Values can also be auto-generated for the user using the onAddChoice method
let options: BuilderOptions = {
  builderAPIEvents: {
    onAddChoice: (choiceParams: onAddChoiceParams, field: Field) => {},
  },
};