popupEmailInputConfig

Examples

kind: EmailInput
label: My Label
required: false # OPTIONAL
placeholder: Enter an email address # OPTIONAL

Object properties

Name Type Required
kind Constant: EmailInput yes
label string yes
required boolean no
placeholder string no

Object information

  • Object with the following properties:
    • kind (required): Constant EmailInput
      • EmailInput is used to input email
    • label (required): string
      • The label of the input
    • required (optional): boolean
      • Optionally define if the input is required
    • placeholder (optional): string
      • Optionally display a placeholder when the value is empty