Closed sjucker closed 6 years ago
https://github.com/amarkes/br-masker-ionic-3/blob/3a3fc12082f4004d655e9b60815ba8d7905d98a8/src/directives/brmasker-ionic-3.ts#L61
The condition will evaluate to true (!0) and therefore the initially set value of 0 will be overwritten by 2.
(!0)
what is the reason for having a zero decimal?
update mask and use
https://github.com/amarkes/br-masker-ionic-3/blob/3a3fc12082f4004d655e9b60815ba8d7905d98a8/src/directives/brmasker-ionic-3.ts#L61
The condition will evaluate to true
(!0)
and therefore the initially set value of 0 will be overwritten by 2.