How to populate two decimal places when the user click outside the input field while the user is typing auto separate with ',' after every 3 digits?

Viewed 19

Example:

12345 should be changed while typing to 12,345 and when the user clicks outside the box it should become 12,345.00

   <Input type="number"   />
0 Answers
Related