I need to enter a number in input element with comma separated and once user hit tab or click outside the input element need to append zero. Below are the scenario:
1] 123456789.12345678 -> 123,456,789.12345678
2] 123456789.1234 -> 123,456,789.12340000
3] 123456.1234 -> 123,456.12340000