Home Reference Source

src/components/time/fixtures/timeForm2.js

export default {
  '_id': '5ee08571a177ce44348f53e4',
  'type': 'form',
  'owner': '5e05a6b7549cdc2ece30c6b0',
  'components': [
    {
      'label': 'Time',
      'inputType': 'text',
      'tableView': true,
      'key': 'time',
      'type': 'time',
      'input': true,
      'inputMask': '99:99'
    },
    {
      'label': 'Submit',
      'showValidations': false,
      'disableOnInvalid': true,
      'tableView': false,
      'key': 'submit',
      'type': 'button',
      'input': true
    }
  ],
  'controller': '',
  'revisions': '',
  '_vid': 0,
  'title': 'timeInputMaskValidation',
  'display': 'form',
  'access': [
    {
      'roles': [
        '5e96e79ee1c3ad3178454100',
        '5e96e79ee1c3ad3178454101',
        '5e96e79ee1c3ad3178454102'
      ],
      'type': 'read_all'
    }
  ],
  'name': 'timeInputMaskValidation',
  'path': 'timeinputmaskvalidation'
};