Skip to content

Fixes the amount input not updating after a currency conversion#559

Merged
krokosik merged 1 commit into
oss-apps:mainfrom
pchampio:patch-1
Feb 9, 2026
Merged

Fixes the amount input not updating after a currency conversion#559
krokosik merged 1 commit into
oss-apps:mainfrom
pchampio:patch-1

Conversation

@pchampio
Copy link
Copy Markdown
Contributor

@pchampio pchampio commented Feb 5, 2026

After using the currency conversion dialog (e.g. USD → EUR), setAmount() correctly updated the internal BigInt value, but amountStr (the string displayed in the input field) was never updated. The user would see the old amount in the input even though the underlying value was already converted.

If there is a easier/cleaner fix, you can close the PR without comment.
Also, I haven't taken the time to setup a dev env (sorry, I cannot invest it at the moment, so it is very much docker build on my prod instance type of environment). As such, no linting/formatting is applied.

@krokosik
Copy link
Copy Markdown
Collaborator

krokosik commented Feb 9, 2026

Awesome, thank you for this 🙏

@krokosik krokosik merged commit b2cb73b into oss-apps:main Feb 9, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants