You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we are working on a transaction management app, and we have an issue with the Edit Mode for the transactions. When we open the form to edit an expense, the amount should display without a sign (no negative sign). This works perfectly for newly created transactions that are added to the list (updatedTransactions), but not for the initial data that we load when the app starts.
We are not sure why there's a difference ##between the behavior for new transactions and the initial ones.
Has anyone encountered this issue before, or does anyone have suggestions on how we can fix it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, we are working on a transaction management app, and we have an issue with the Edit Mode for the transactions. When we open the form to edit an expense, the amount should display without a sign (no negative sign). This works perfectly for newly created transactions that are added to the list (updatedTransactions), but not for the initial data that we load when the app starts.
We are not sure why there's a difference ##between the behavior for new transactions and the initial ones.
Has anyone encountered this issue before, or does anyone have suggestions on how we can fix it?
Here is the commit status from respective pull request: E-LeeSchaffer/money-manager@f60e7cf
Thanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions