-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Password Component
Mike edited this page Jun 5, 2025
·
4 revisions
For updated documentation on the Password component, refer to the Form.io User Guide.
The JSON Schema definition for this component is defined as follows.
{
"label": "Password",
"tableView": false,
"key": "password1",
"type": "password",
"input": true,
"protected": true
}
This component uses the core properties defined within the Common Parameters section.