Home Reference Source

src/components/tags/fixtures/comp1.js

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

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