i want an < input> with decimals.
When a user entering for example 10 it should shows up 0.10 instead of 10 or 10.00.
Is this possible with HTML or do i need Angular/Javascript for this?
I also tried input type="numbers".. but this is same problem. This also add a comma, instead a point.