UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

32 lines (31 loc) 584 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { 'label': 'Text Field', 'allowMultipleMasks': true, 'spellcheck': true, 'tableView': true, 'calculateServer': false, 'key': 'textField1', 'type': 'textfield', 'data': { 'textField1': { 'value': '555', 'maskName': 'mask1' }, 'submit': true }, 'inputMasks': [{ 'label': 'mask1', 'mask': '999' }, { 'label': 'mask2', 'mask': 'aaa' }], 'input': true, 'disabled': true }; exports.default = _default;