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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Pay form show error state momentarily when you close the pay form modal by clicking on the "close" icon. This is not an issue when you close the modal by "escape" key. See video here: https://youtu.be/-CX7MQ4b30I
Expected Behavior
Closing the pay modal doesn't trigger pay form input error state
Actual Behavior
Closing the pay modal triggers pay form field error state
Steps to Reproduce
Click on "Pay" button
Click on the "x" close icon in the top right corner
Notice the red "failed" state shows up momentarily before the modal is closed
Your Environment
Zap version: 0.5.3
The text was updated successfully, but these errors were encountered:
Don't validate pay/request forms unless there are some values to
validate. This prevents the form showing errors when closing the modal
in the case that nothing has been entered into the form yet.
fixLN-Zap#3016
Don't validate pay/request forms unless there are some values to
validate. This prevents the form showing errors when closing the modal
in the case that nothing has been entered into the form yet.
fixLN-Zap#3016
This is super minor.
Pay form show error state momentarily when you close the pay form modal by clicking on the "close" icon. This is not an issue when you close the modal by "escape" key. See video here: https://youtu.be/-CX7MQ4b30I
Expected Behavior
Closing the pay modal doesn't trigger pay form input error state
Actual Behavior
Closing the pay modal triggers pay form field error state
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: