formiojs
Version:
Common js library for client side interaction with <form.io>
31 lines (30 loc) • 559 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'conditional': {
'eq': '',
'when': null,
'show': ''
},
'tags': [],
'type': 'email',
'kickbox': {
'enabled': false
},
'persistent': true,
'unique': false,
'protected': false,
'defaultValue': '',
'suffix': '',
'prefix': '',
'placeholder': 'Enter your email address',
'key': 'email',
'label': 'Email',
'inputType': 'email',
'tableView': true,
'input': true
};
exports.default = _default;