Skip to content

Add password attribute to input variable type "promptString" #90481

@jlittorin

Description

@jlittorin

It should be possible to enter a value for an input variable without having the UI show what is typed by setting a password attribute for the variable to true:

"inputs": [
  {
    "id": "authPassword",
    "type": "promptString",
    "description": "Password for authentication",
    "password": true
  }
]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions