ngx-mask: How to format number as starting from decimal right to left

Viewed 17

I'm using mask="separator.2" thousandSeparator="," to format number input and working ok. Now, would like to see

  1. always have 2 decimal position.
  2. numbers-input appears from decimal, right to left. For example, as I'm entering 123, display becomes 0.01

0.12

1.23

0 Answers
Related