-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix: validation of phone number #778
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good to me but there is an additional IAD comment.
src/app/shared/formly/types/phone-field/phone-field.component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a documentation to the formly.md file
src/app/shared/formly/types/phone-field/phone-field.component.ts
Outdated
Show resolved
Hide resolved
4dabe38
to
da50027
Compare
src/app/shared/formly/types/phone-field/phone-field.component.ts
Outdated
Show resolved
Hide resolved
docu of the phonefield is missing in formly.md |
da50027
to
aa706b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works very well. Even the number pad opens on my mobile phone. Nice!
aa706b4
to
11d6bbc
Compare
11d6bbc
to
9632591
Compare
…de to avoid using existing email addresses
9632591
to
75428a6
Compare
PR Type
[x] Feature
What Is the Current Behavior?
input field for for phone number is standard input type text without validation (see issue below for more details)
Issue Number: Closes #424
What Is the New Behavior?
Does this PR Introduce a Breaking Change?
[x] No
Other Information
AB#64695