R0landas/intl-tel-input-blazor

Underlying Google data update?

Closed this issue · 1 comments

Just want to start by saying thank you so much for creating this library. I can't believe I'm lucky enough to find it when I needed it the most, 24 days after this was created. :)

So I see that this is based on intl-tel-input, which is in turn based on Google's libphonenumber. I don't really have any experience with either of those to be honest, but upon looking into the js files it seems they're bundled inside the package itself, not retrieved from a live Google source.

Does that mean the phone number verification data/logic (which I assume can change a fair bit overtime) won't be updated unless the package itself is updated/recompiled with the latest Google library? I assume it's not as easy as pointing to some "googlelibphonenumber.js" file which probably doesn't exist.

P.S. On the instructions, <IntPhoneNumberInput> should be replaced with <IntlTelInput> which is the actual name of the component.

NVM found the UtilsScript property and it seems Cloudflare does host intl-tel-input on its CDN at https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input