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