formiojs
Version:
Common js library for client side interaction with <form.io>
16 lines (15 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
type: 'textfield',
input: true,
key: 'defaultDate',
label: 'Default Value',
placeholder: 'Default Value',
tooltip: 'You can use Moment.js functions to set the default value to a specific date. For example: \n \n moment().subtract(10, \'days\')',
weight: 1
}];
exports.default = _default;