Open function0xMarki opened 2 months ago
This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days.
This issue was automatically closed because it has been flagged as stale, and subsequently passed 7 days with no further activity from the submitter or watchers.
This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days.
What happened?
Currently, when the user uses the
MAX
button to make a UTXO transaction, the system automatically adjusts the amount to be sent, which makes sense to prevent the total balance from being exceeded.After using the
MAX
button, the auto-adjustment function does not stop. It continuously modifies any amount the user tries to enter, making it impossible to input a custom amount, as the system persistently overrides all attempts at customization, which is quite frustrating.The auto-adjustment should occur only once after pressing the
MAX
button.Subsequently, if the user wishes to modify the amount, the system should not make further automatic adjustments unless the amount exceeds the maximum available balance in the wallet. This would allow users greater flexibility in manually setting the amount for their transactions, without forcing them to cancel the process and restart the transaction to stop the continuous auto-adjustment triggered by the
MAX
option.https://github.com/user-attachments/assets/8863f03a-d822-486a-a9ae-0a33c13293c5
Version
v3.0.0.2 QA
What platform are you using?
macOS
What browser are you using?
Brave
Is this a trezor issue?
No
Relevant log output
No response