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?
I have already tried everything.
I would also like to know if I can extract the total number of digits and the number of decimal places into variables.
New contributor
Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.