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 with the following properties:
kind
(required): Constant EmailInput
- EmailInput is used to input email
label
(required): string
required
(optional): boolean
- Optionally define if the input is required
placeholder
(optional): string
- Optionally display a placeholder when the value is empty