formiojs
Version:
Common js library for client side interaction with <form.io>
38 lines (37 loc) • 551 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
key: 'labelPosition',
ignore: true
}, {
key: 'placeholder',
ignore: true
}, {
key: 'description',
ignore: true
}, {
key: 'tooltip',
ignore: true
}, {
key: 'hideLabel',
ignore: true
}, {
key: 'autofocus',
ignore: true
}, {
key: 'tabindex',
ignore: true
}, {
key: 'hidden',
ignore: true
}, {
key: 'tableView',
ignore: true
}, {
key: 'disabled',
ignore: true
}];
exports.default = _default;