This is a lower priority issue, but would be nice to have...
Maybe someone can cook up a RegExp to add commas for dollar amounts > 1000 so that '1000000' would display as '1,000,000' as a user types. We'd need to remove commas and parse these into numbers prior to running our calculator functions and then add commas back in wherever necessary when displaying results if necessary.
This is a lower priority issue, but would be nice to have...
Maybe someone can cook up a RegExp to add commas for dollar amounts > 1000 so that '1000000' would display as '1,000,000' as a user types. We'd need to remove commas and parse these into numbers prior to running our calculator functions and then add commas back in wherever necessary when displaying results if necessary.