UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

23 lines (22 loc) 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = [{ key: 'validate.minLength', ignore: true }, { key: 'validate.maxLength', ignore: true }, { key: 'validate.pattern', ignore: true }, { key: 'validate.minWords', ignore: true }, { key: 'validate.maxWords', ignore: true }]; exports.default = _default;