@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
8 lines (7 loc) • 326 B
JavaScript
import _ from "lodash";
export default (function (_ref) {var _ref$schema = _ref.schema,max = _ref$schema.max,type = _ref$schema.type,message = _ref.validation.max;return _.isNumber(max) &&
type === "string" && [
"maxLength",
_.template(message)({ model: { max: max } }),
max];});
//# sourceMappingURL=maxLength.js.map