UNPKG

formiojs

Version:

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

47 lines (46 loc) 864 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { type: 'form', components: [{ label: 'Radio', optionsLabelPosition: 'right', inline: true, tableView: false, values: [{ label: 'one', value: 'one', shortcut: '' }, { label: 'two', value: 'two', shortcut: '' }, { label: 'three', value: 'three', shortcut: '' }], validate: { onlyAvailableItems: true }, key: 'radio', type: 'radio', input: true }, { label: 'Submit', showValidations: false, alwaysEnabled: false, tableView: false, key: 'submit', type: 'button', input: true }], title: 'test testrer', display: 'form', name: 'testTestrer', path: 'testtestrer' }; exports.default = _default;