How do we get the thousands separator displayed in a number element?
For example, if a user inputs "40000" into the element I'd like to display "40,000". I see in the element's "value" property that the "display" is "40,000.00", which I'd prefer, but the actual display of the input tag is still plain old "40000". Does anyone have a way to get that display showing in the form?
0
Please sign in to leave a comment.
Comments
0 comments