UNPKG

formiojs

Version:

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

38 lines (37 loc) 694 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { 'tags': [], 'type': 'textfield', 'conditional': { 'eq': '', 'when': null, 'show': '' }, 'validate': { 'customPrivate': false, 'custom': '', 'pattern': '', 'maxLength': 0, 'minLength': 0, 'required': false }, 'persistent': true, 'unique': false, 'protected': false, 'defaultValue': '', 'multiple': false, 'suffix': '', 'prefix': '', 'placeholder': '', 'key': 'firstName', 'label': 'First Name', 'inputMask': '', 'inputType': 'text', 'tableView': true, 'input': true }; exports.default = _default;