formiojs
Version:
Common js library for client side interaction with <form.io>
27 lines (26 loc) • 483 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'input': true,
'tableView': false,
'inputType': 'password',
'label': 'Password',
'key': 'password',
'placeholder': '',
'prefix': '',
'suffix': '',
'protected': true,
'persistent': true,
'type': 'password',
'tags': [],
'conditional': {
'show': '',
'when': null,
'eq': ''
},
'isNew': false
};
exports.default = _default;