Home Reference Source

src/components/textfield/fixtures/comp3.js

export default {
  'tags': [],
  'type': 'textfield',
  'conditional': {
    'eq': '',
    'when': null,
    'show': ''
  },
  'validate': {
    'customPrivate': false,
    'custom': '',
    'pattern': '',
    'maxLength': 0,
    'minLength': 0,
    'required': false
  },
  'persistent': true,
  'unique': false,
  'protected': false,
  'defaultValue': '',
  'multiple': true,
  'suffix': '',
  'prefix': '',
  'placeholder': '',
  'key': 'names',
  'label': 'Names',
  'inputMask': '',
  'inputType': 'text',
  'tableView': true,
  'input': true
};