Home Reference Source

src/components/time/fixtures/comp1.js

export 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
};