-
In [phoneformat.com/js/source.js#L67](https://github.com/albeebe/phoneformat.js/tree/56caed517da797e9c8c809d957ba8d86dbb157f0/phoneformat.com/js/source.js#L67) you test the phone input as being valid …
eirc updated
11 years ago
-
## Steps to reproduce
Use findPhoneNumbersInText to find a phone number with multiple extensions, such as:
US +16888888888,,9988776#,,654321#
## Observed result
It can only detect the first ex…
-
In my project I am using ngx-intl-tel-input for international phone numbers. When user sets value it has this format (ChangeData interface):
```
{
number: "212-555-1234",
interna…
-
- On the mobile field, I can't input "+" for an international number. When I use the alternative by placing "0027" I run out of number length
- I can still create an account with a bogus number. I p…
-
Need (800) 555-1212 -> tel: url...
-
I would like to map a phonenumber to the relative timezone.
The Google Java/Javascript library allows it. It would be good to have it in go as well.
The original file is this one:
https://github.com/…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
Hi, I have an Android project that uses [evant/gradle-retrolambda](https://github.com/evant/gradle-retrolambda). When I tried to setup the RoboBinding in my Android Studio project, I got this error me…
-
The phone validation is not correct for many countries:
```
var phoneno = /^\d{10}$/;
if (phoneno.test(phone)) {
```
For example in Poland and Ireland it's 9 digits for …
-
# Description
Hi, I use the class-validator library to validate request data on a Node.js app. I have problems with validating phone numbers with intl. prefix (use 'ZZ' as a region)!
# Example
``…