Andre Ferraro
Results
2
comments of
Andre Ferraro
Hi guys, is there anything new? What should we do to merge this feature?
@fzamperin I use this in Ionic: ``` public percentMask = function(rawValue: string) { let numberMask = createNumberMask({ prefix: '', suffix: ' %', includeThousandsSeparator: true, allowDecimal: true, requireDecimal: true, allowLeadingZeroes: true,...