[bisq-network/bisq] Revolut account should accept only phone number (#3777)

Christoph Atteneder notifications at github.com
Tue Dec 17 10:03:58 UTC 2019


ripcurlx commented on this pull request.



> +            selectedCountry = countryComboBox.getSelectionModel().getSelectedItem();
+            updateFromInputs();

You need to reset the input field validation to make it work as expected. 
```
selectedCountry = countryComboBox.getSelectionModel().getSelectedItem();
accountIdInputTextField.resetValidation();
accountIdInputTextField.validate();
updateFromInputs();
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3777#pullrequestreview-333156049
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191217/9487e53a/attachment.html>


More information about the bisq-github mailing list