FelipePSoares / EconoFlow

An easy system to help you control your personal or company budget.
https://econoflow.pt/
MIT License
2 stars 2 forks source link

[Frontend] Add mask to amount fields #220

Open FelipePSoares opened 2 weeks ago

FelipePSoares commented 2 weeks ago

To make the user life easier, we can add a amount mask to amount fields.

we need to search more, but ng2-currency-mask appears to be a good option.

AmirAbdollahi commented 5 days ago

Because of some conflict risks, it's better to start this issue after the changes from issue #256 are merged into the master branch.

FelipePSoares commented 5 days ago

good catch, Better wait. and this ticket will be a little bit tricky because you need to change the mask based on user's language.

FelipePSoares commented 5 days ago

After finish the modification on #256 , I'll take a time to write better on this issue.