Hello,
Is there anyway to add commas to input number field ? there is a field which the type of that field is number and I want when people entering numbers in it automatically add comma when they are typing, for example when then type 555 add a comma and it should be like 555, and continues..
<input type="number">
does not allow thousands separator.