formiojs
Version:
Common js library for client side interaction with <form.io>
31 lines (30 loc) • 576 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
type: 'form',
components: [{
label: 'Text Area',
autoExpand: false,
tableView: true,
key: 'textArea',
type: 'textarea',
input: true
}, {
label: 'Submit',
showValidations: false,
tableView: false,
key: 'submit',
type: 'button',
input: true
}],
revisions: '',
_vid: 0,
title: 'text area tests',
display: 'form',
name: 'textAriaTests',
path: 'textAriaTests'
};
exports.default = _default;