Skip to main content
Launch week·Five new features shipping this week (March 30 – April 3)

Password input

The password input component allows you to get a password from the user.

Password input API

The following section details Password input component's specific settings. For more details on the App editor, check the dedicated documentation or the App editor Quickstart:

Password input configuration

NameTypeConnectableTemplatableDefaultDescription
PlaceholderstringfalsefalsePasswordThe password input placeholder.
Before IconstringfalsefalseUndefinedThe icon to display before the label.
After IconstringfalsefalseUndefinedThe icon to display after the label.
DisabledbooleanfalsefalsefalseWhether the text input should be disabled.

Outputs

NameTypeDescription
ResultstringThe password input value.