formiojs
Version:
Common js library for client side interaction with <form.io>
29 lines (28 loc) • 523 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'conditional': {
'eq': '',
'when': null,
'show': ''
},
'tags': [],
'type': 'time',
'persistent': true,
'unique': false,
'protected': false,
'format': 'HH:mm',
'defaultValue': '',
'suffix': '',
'prefix': '',
'placeholder': 'Enter a time',
'key': 'time',
'label': 'Time',
'inputType': 'time',
'tableView': true,
'input': true
};
exports.default = _default;