formiojs
Version:
Common js library for client side interaction with <form.io>
29 lines (28 loc) • 621 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
type: 'checkbox',
input: true,
weight: 70,
key: 'delimiter',
label: 'Use Delimiter',
tooltip: 'Separate thousands by local delimiter.'
}, {
type: 'number',
input: true,
weight: 80,
key: 'decimalLimit',
label: 'Decimal Places',
tooltip: 'The maximum number of decimal places.'
}, {
type: 'checkbox',
input: true,
weight: 90,
key: 'requireDecimal',
label: 'Require Decimal',
tooltip: 'Always show decimals, even if trailing zeros.'
}];
exports.default = _default;