popupTextInputConfig
Examples
kind: TextInput
label: My Label
required: false # OPTIONAL
placeholder: Enter some text # OPTIONAL
Object properties
Name |
Type |
Required |
kind |
Constant: TextInput |
yes |
label |
string |
yes |
required |
boolean |
no |
placeholder |
string |
no |
- Object with the following properties:
kind
(required): Constant TextInput
- TextInput is used to input text
label
(required): string
- The label of the text input
required
(optional): boolean
- Optionally define if the input is required
placeholder
(optional): string
- Optionally display a placeholder when the value is empty