Home Reference Source

src/components/textfield/fixtures/comp5.js

export default {
  'label': 'Text Field',
  'showWordCount': true,
  'tableView': true,
  'validate': {
    'maxWords': 5
  },
  'key': 'textField',
  'type': 'textfield',
  'input': true
};