Hello,
is it possible to automaticaly format a number with thousands separator in input box using css? (ex 123 123 123.20)
thankyou
Legoxx
| SitePoint Sponsor |
Hello,
is it possible to automaticaly format a number with thousands separator in input box using css? (ex 123 123 123.20)
thankyou
Legoxx





No. You could do it using Javascript and the onchange() event, or you could just do it at the point that the form is submitted.
Bookmarks