numeric: (val, option, fn) => {
    fn(!regexps.numeric.test(val) && val.trim() !== '' ? t('validators.invalid.number') : null)
  },