Default password customfield plaintext attribute to false

This commit is contained in:
nathangray
2020-06-16 09:23:54 -06:00
parent 10f70d9410
commit b56a8f9901
5 changed files with 26 additions and 1 deletions

View File

@ -358,6 +358,7 @@ var et2_customfields_list = /** @class */ (function (_super) {
// No label on the widget itself
delete (attrs.label);
attrs['viewable'] = true;
attrs['plaintext'] = false;
return true;
};
et2_customfields_list.prototype._setup_ajax_select = function (field_name, field, attrs) {