When using a mask of separator (any number of decimal places) you are unable to add a value of 0.
This can be see in the demo for separators at https://jsdaddy.github.io/ngx-mask/#1. When adding a value of zero the form control value stays empty. Change it to anything else and it works.
Add something other than zero and the form control value is updated:
When using a mask of separator (any number of decimal places) you are unable to add a value of 0.
This can be see in the demo for separators at https://jsdaddy.github.io/ngx-mask/#1. When adding a value of zero the form control value stays empty. Change it to anything else and it works.
Add something other than zero and the form control value is updated: