formiojs
Version:
Common js library for client side interaction with <form.io>
30 lines (29 loc) • 543 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
type: 'form',
components: [{
label: 'Text Field',
tableView: true,
key: 'textField',
type: 'textfield',
input: true
}, {
type: 'button',
label: 'Submit',
key: 'submit',
disableOnInvalid: true,
input: true,
tableView: false
}],
revisions: '',
_vid: 0,
title: 'input mask',
display: 'form',
name: 'inputMask',
path: 'inputmask'
};
exports.default = _default;