-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Validation on Mobile number of sign up #215
Comments
Validation should be shown to the user on invalid number formats |
Relevant code: nautilus-wallet/web-client/src/app/views/register/register.page.ts Lines 25 to 30 in 1772a8b
nautilus-wallet/web-client/src/app/state/session.service.ts Lines 165 to 167 in 1772a8b
|
As per the comments, we almost certainly want to replace this with something I didn't find a purpose-made Angular widget with a cursory search, so we may just want to pull in libphonenumber-js and hook that into the existing Angular form validation. |
@PiDelport, would somehting like this: How to add Angular phone number format, work? |
Maybe, though that seems to use the heavier-weight Googling a bit more, maybe this is worth a try? https://github.com/azzamasghar1/ion-intl-tel-input |
Thanks Pi! |
Reactive. |
The text was updated successfully, but these errors were encountered: