Home Reference Source

src/components/number/editForm/Number.edit.display.js

export default [
  {
    key: 'spellcheck',
    ignore: true
  },
  {
    key: 'inputMask',
    ignore: true
  },
  {
    key: 'allowMultipleMasks',
    ignore: true
  },
  {
    key: 'showWordCount',
    ignore: true,
  },
  {
    key: 'showCharCount',
    ignore: true,
  }
];