Home Reference Source

src/components/currency/fixtures/comp3.js

export default {
  'label': 'Currency',
  'mask': false,
  'spellcheck': true,
  'tableView': false,
  'currency': 'USD',
  'inputFormat': 'plain',
  'key': 'currency',
  'type': 'currency',
  'input': true,
  'delimiter': true
};