Skip to content

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.

JSON Schema

The JSON Schema definition for this component is defined as follows.

{
  "label": "Password",
  "tableView": false,
  "key": "password1",
  "type": "password",
  "input": true,
  "protected": true
}

Core Properties

This component uses the core properties defined within the Common Parameters section.

Clone this wiki locally