T2070
Stale task but this is still an edge case issue. I think the original rationale is that we don't want users to "lose" all of their multisend inputs if they typed it in and then accidentally toggled the switch.
But current behavior is worse. If user
- enters correct multi-send info
- toggles back to single send
- clicks 'send'
They are prompted "are you sure you want to send <correct details of multisend tx>?" -- which then simply does not send. Or, if they don't have "send confirmations" enabled, they get a validation error for amount being empty.
Form should clear and this confusing behavior should be eliminated. Case to be made for persisting multi-send msg but it should be done by storing in its own state field if we really need this.