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
If I have an account with 1000 CLSK and I make a transfer for 1000 CLSK, an error will appear. Then if I click on the Maximum amount, it will populate the input box with the maximum amount but it will not update the model value... So if I submit the form, the amount will be 1000 instead of the expected 999.9.
The text was updated successfully, but these errors were encountered:
I managed to fix it partially so that it now updates the model but only when I click on the amount input box - Clicking on the input box makes the error message disappear. The user should not have to click on the input box after clicking on the Maximum amount link in order to update the model.
Another issue is that if I try to submit the form when the error message is visible, the SEND button gets stuck with a permanent loading indicator; I need to close the modal and re-open to resolve.
If I have an account with 1000 CLSK and I make a transfer for 1000 CLSK, an error will appear. Then if I click on the
Maximum amount
, it will populate the input box with the maximum amount but it will not update the model value... So if I submit the form, the amount will be 1000 instead of the expected 999.9.The text was updated successfully, but these errors were encountered: