Comma with 3 digit and also apply decimal with two digit.
This will apply in Key-press. Ex.
**input** => **Output**
55 => 55
55.0 => 55.0
55.00 => 55.00
355.01 => 355.01
4555.01 => 4,555.01
Could not be type 3 digits decimal value
Could any one please suggest that how can we do in jquery or any JS ?