E-LeeSchaffer / money-manager

Capstone Project: Money Manager
https://money-manager-flax.vercel.app
1 stars 0 forks source link

fix amount input format #12

Closed E-LeeSchaffer closed 1 month ago

E-LeeSchaffer commented 1 month ago

when type in a number in amount, e.g. 200 and clicking in another field, the number changes automatically to 2,00 €. It seems that this is a formating issue.

E-LeeSchaffer commented 1 month ago

Fixed it, but after handle submit the amount and type input fields are not resetting to default (empty fields).