marcaaron / yes-on-1600

Yes on 1600 / Whole Washington / Health Insurance Calculator
https://wholewashington.nationbuilder.com/ww_savings_estimator
5 stars 7 forks source link

Auto-Comma Numbers > 1000 #20

Closed marcaaron closed 6 years ago

marcaaron commented 6 years ago

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.