Is there\'s any way to format an input[type=\'number\'] value to always show 2 decimal places?
input[type=\'number\']
Example: I want to see 0.00 instead of
0.00
ui-number-mask for angular, https://github.com/assisrafael/angular-input-masks
ui-number-mask
only this:
If you put value one by one....
need: 120,01
digit per digit
= 0,01 = 0,12 = 1,20 = 12,00 = 120,01 final number.