Password/Hidden inputs not hidden
perry-mitchell opened this issue · 1 comments
perry-mitchell commented
milesje commented
I know this is kinda late to be posting to this, but this working fine for me.
var schema = {
properties: {
password: {
description: colors.bgBlack.cyan('Password'),
replace: '*',
required: true,
hidden: true
}
}
}
prompt.get(schema, function err, result){