formiojs
Version:
Common js library for client side interaction with <form.io>
21 lines (20 loc) • 485 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
key: 'validateOn',
ignore: true
}, {
key: 'unique',
ignore: true
}, {
weight: 52,
type: 'checkbox',
label: 'Allow only available values',
tooltip: 'Check this if you would like to perform a validation check to ensure the selected value is an available option.',
key: 'validate.onlyAvailableItems',
input: true
}];
exports.default = _default;