faq-backlog
Revealing Password Field
[
{
"key": "_passwordVisible",
"type": "checkbox",
"templateOptions": {
"label": "Visible?"
}
},
{
"type": "password",
"key": "password",
"type": "input",
"templateOptions": {
"label": "Password",
"type": "text",
},
"expressionProperties": {
"templateOptions.type": "model._passwordVisible ? 'text' : 'password'"
},
},
]