/
Password
Password
Field options
Name | Type | Description |
---|---|---|
name | string | The name by which the field will internally be referenced |
displayText | string | The main field label displayed above the field |
description | string | An additional description displayed below the main label |
defaultValue | string | The value the field should initially be filled with |
options | object | Additional field options (see below) |
options.required | boolean | Whether the field must be filled to advance |
options.readOnly | boolean | Whether it’s allowed to change the field value |
JSON example
{
"name": "Password",
"displayText": "Password",
"description": "Enter your password here",
"type": "Password",
"options": {
"required": true
}
}
, multiple selections available,
Related content
Password
Password
More like this
Textbox
Textbox
More like this
Textbox
Textbox
More like this
MultilineTextbox
MultilineTextbox
More like this
MultilineTextbox
MultilineTextbox
More like this
Image
Image
More like this
Copyright Treskon GmbH.