Jack O'Connor
Jack O'Connor
Looking at your 4 numbers that are real but returning invalid: the problem is that they are all non-mobile numbers (they're either fixed-line or toll-free numbers). By default, our validation...
Hmm, why can't you just use the existing class `.iti__dropdown-content` which has the iti prefix so is likely to be unique to the plugin? Or if you need to target...
Thanks for the clear write-up. As I was reading it, I thought a simple solution would just be to apply the containerClass to the dropdown container when useFullscreenPopup/dropdownContainer options are...
That's now merged. Thanks again.
I'm afraid we can't change those defaults, as that would be a breaking change. But when we do the next major release, we could tweak how it works, so instead...
When you run `intlTelInput(document.getElementById('phone')).getNumber(intlTelInput.utils.numberFormat.E164)` you are initialising the plugin on an input where the plugin is already initialised - you shouldn't do this. Instead you should be using the instance...
If you can find the minimal set of code that reproduces the problem and put that in a CodePen, then I'd be happy to take a look. Here is [an...
> Is there any config setting due to which formatOnDisplay is not working? I don't think so. As I say, I'll need a codepen in order to help you further.
How are you setting the number? Please provide clear steps to reproduce the issue. Is the number in the input before you initialise the plugin? Or are you setting it...
Closing due to inactivity and inability to provide clear steps to reproduce the issue.