-
Notifications
You must be signed in to change notification settings - Fork 111
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
Phone extension support #57
Comments
Currently unsupported. Pull requests welcome :) |
@joost how did you end up resolving this? I'm curious if you found something that could be turned into a PR or if you did what I'm sorting of thinking of - a separate attribute for extensions to be displayed alongside them. Edit: Meant to say @bourgeois |
Also, if anyone has any suggestions as to how this could be implemented, I'd be happy to give it a shot. |
After encountering the same problem as @bourgeois, here is my suggestion: During normalization, don't strip the first 'x' character if it exists. Any numeric characters that follow are considered the extension. If no numeric characters follow, strip the x—there is no extension. EDIT |
Pull request welcome for this. I'm not familiar with 'extensions'.. Sounds logical to 'strip' everything after a "," or a "x". |
Closing, please reopen when with a pull request. |
I was wondering if phone extensions are currently supported ?
When I try to enter a phone number, followed by a comma and a phone extension, I get a validation error.
Thanks !
The text was updated successfully, but these errors were encountered: