Add commas to the display of numbers in input fields in forms, once they are input
This seems straightforward enough - all spreadsheets do it!
When I have entered a number in a numerical field of any sort, and hit tab or click in a different field, the number I just entered should display with commas, so I can easily see that what I entered is correct.
The only way to get this kind of functionality now is to put a lot of code and additional fields around a single-line text field to make it pretend to be a numeric field for input purposes.