Home Reference Source

src/components/time/fixtures/comp2.js

export default {
  label: 'Time',
  inputType: 'text',
  tableView: true,
  key: 'time',
  type: 'time',
  input: true,
  inputMask: '99:99',
};