I'm using mask="separator.2" thousandSeparator=","
to format number input and working ok. Now, would like to see
- always have 2 decimal position.
- numbers-input appears from decimal, right to left. For example, as I'm entering
123
, display becomes0.01
0.12
1.23