UNPKG

formiojs

Version:

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

37 lines (36 loc) 667 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { 'multiple': true, 'conditional': { 'eq': '', 'when': null, 'show': '' }, 'tags': [], 'type': 'number', 'validate': { 'custom': '', 'multiple': '', 'integer': '', 'step': 'any', 'max': '', 'min': '', 'required': false }, 'persistent': true, 'protected': false, 'defaultValue': '', 'suffix': 'USD', 'prefix': '$', 'placeholder': 'Enter some money!', 'key': 'money', 'label': 'Money', 'inputType': 'number', 'tableView': true, 'input': true }; exports.default = _default;