UNPKG

formiojs

Version:

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

25 lines (24 loc) 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { label: 'Edit Grid', tableView: false, rowDrafts: true, key: 'editGrid1', type: 'editgrid', input: true, components: [{ label: 'Text Field', tableView: true, validate: { required: true }, key: 'textField', type: 'textfield', input: true }] }; exports.default = _default;