formiojs
Version:
Common js library for client side interaction with <form.io>
42 lines (41 loc) • 867 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
key: 'unique',
ignore: true
}, {
key: 'validate.minLength',
ignore: true
}, {
key: 'validate.maxLength',
ignore: true
}, {
key: 'validate.minWords',
ignore: true
}, {
key: 'validate.maxWords',
ignore: true
}, {
key: 'validate.pattern',
ignore: true
}, {
type: 'number',
label: 'Minimum Value',
key: 'validate.min',
input: true,
placeholder: 'Minimum Value',
tooltip: 'The minimum value this field must have before the form can be submitted.',
weight: 150
}, {
type: 'number',
label: 'Maximum Value',
key: 'validate.max',
input: true,
placeholder: 'Maximum Value',
tooltip: 'The maximum value this field can have before the form can be submitted.',
weight: 160
}];
exports.default = _default;