[bisq-network/bisq] IBAN validation for SEPA account (PR #6107)

xyzmaker123 notifications at github.com
Thu Mar 17 17:16:45 CET 2022


@xyzmaker123 commented on this pull request.



> @@ -120,14 +127,34 @@ public void addFormForAddAccount() {
             sepaAccount.setCountry(country);
         }
 
+        ibanInputTextField.textProperty().addListener((ov, oldValue, newValue) -> {

Not actually - I [merged](https://github.com/bisq-network/bisq/pull/6107/commits/174bf2891d745c5ed194aa060466aba33802137f) those listeners into one.

Listener is not added directly after `ibanInputTextField` declaration because it needs `countryComboBox`

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/6107#discussion_r829238928
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/pull/6107/review/913314701 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220317/4aa5255a/attachment-0001.htm>


More information about the bisq-github mailing list