Update tooltips, placehoders, and field info

This commit is contained in:
luis cielak
2018-08-14 11:30:18 -04:00
committed by luisgov
parent 56291526da
commit 483d606cf0
5 changed files with 111 additions and 20 deletions

View File

@@ -22,9 +22,9 @@ export default {
validationError: 'Please enter a dollar amount.'
},
gigabytes: {
mask: createNumberMask({ prefix: '', suffix:'GB', allowDecimal: false }),
mask: createNumberMask({ prefix: '', suffix:' GB', allowDecimal: false }),
match: /^[1-9]\d*$/,
unmask: [',','GB'],
unmask: [',',' GB'],
validationError: 'Please enter an amount of data in gigabytes.'
},
email: {