formiojs
Version:
Common js library for client side interaction with <form.io>
18 lines (17 loc) • 324 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'label': 'Text Field',
'showWordCount': true,
'tableView': true,
'validate': {
'maxWords': 5
},
'key': 'textField',
'type': 'textfield',
'input': true
};
exports.default = _default;