Home Reference Source

src/components/password/fixtures/comp1.js

export default {
  'input': true,
  'tableView': false,
  'inputType': 'password',
  'label': 'Password',
  'key': 'password',
  'placeholder': '',
  'prefix': '',
  'suffix': '',
  'protected': true,
  'persistent': true,
  'type': 'password',
  'tags': [

  ],
  'conditional': {
    'show': '',
    'when': null,
    'eq': ''
  },
  'isNew': false
};