formiojs
Version:
Common js library for client side interaction with <form.io>
20 lines (19 loc) • 536 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
weight: 50,
type: 'checkbox',
label: 'Perform server validation',
tooltip: 'Check this if you would like for the server to perform a validation check to ensure the selected value is an available option. This requires a Search query to ensure a record is found.',
key: 'validate.select',
input: true,
conditional: {
json: {
var: 'data.searchField'
}
}
}];
exports.default = _default;