MyExpenses icon indicating copy to clipboard operation
MyExpenses copied to clipboard

numerical input fields don't show thousands separators

Open adrianinsaval opened this issue 2 years ago • 1 comments

Probably this is not a common problem for people working with USD, EUR, etc. but when using something like PYG (1 USD = 7300 PYG) it becomes an annoyance trying to keep track of how many zeroes I've written. I constantly have to add transactions with 5 or more zeroes and it's easy to make a mistake.

If thousands separators (even if it is just a space) were appropriately shown as I type it would make it much easier.

adrianinsaval avatar Jul 25 '23 22:07 adrianinsaval

I completely agree that displaying thousands separators would largely improve the usability of the amount input. Unfortunately this component has a lot of legacy code that makes it hard to add this feature to it, so it might not be feasible before the whole edit screen's implementation is modernized.

mtotschnig avatar Aug 01 '23 21:08 mtotschnig