Jack O'Connor

Results 202 comments of Jack O'Connor

Hi there, thanks for the suggestions. So to clarify, we do currently filter on what is typed, but we don't do any re-ordering - it's just any countries that contain...

This is now implemented in the latest version - give it a try and let me know what you think!

I'm onboard with this idea. We just need to check if the hidden inputs already exist (within the form) before creating them. I don't have time to implement this myself...

Hi there, thanks for raising this. We use libphonenumber for validation, you can try their demo site [here](https://libphonenumber.appspot.com), and this says +16243051111 is not a valid number - [link](https://libphonenumber.appspot.com/phonenumberparser?number=%2B16243051111). I...

Apologies for the delay in getting back to you. Does the LPN demo page say your number is valid or invalid? If LPN says your number is invalid, you'll need...

I'm closing this issue as I cannot debug this issue without an example number (which is passing validation with libphonenumber, but failing validation in intl-tel-input). If you can provide that,...

@JackmanBR are you sure you're typing a number with a Canadian area code? Can you give a specific example of a Canadian number that is changing the flag to another...

@successbyte Yup, because 506 is a Canadian area code. You can see a list of them here: https://github.com/jackocnr/intl-tel-input/blob/master/src/js/intl-tel-input/data.ts#L197 @JackmanBR as I said before, please give me a specific example of...

Unfortunately, the vue component doesn't have types yet: https://github.com/jackocnr/intl-tel-input/issues/1794 As I say in that thread, the [Vue Component](https://github.com/jackocnr/intl-tel-input/blob/master/vue/src/intl-tel-input/IntlTelInput.vue) is actually very simple - it should be easy to add them....