Ngx-Mask transform input into a decimal number
How can I use ngx-mask to transform an input into a decimal number so that the user sees it, for example, 123 becomes 123.00, 142.1 becomes 142.10, and 73.30 remains 73.00?
How can I use ngx-mask to transform an input into a decimal number so that the user sees it, for example, 123 becomes 123.00, 142.1 becomes 142.10, and 73.30 remains 73.00?