Jack O'Connor

Results 202 comments of Jack O'Connor

Thanks for the clear and detailed write-up! I don't have time to look into this myself right now (likely until late next week), but just pinging @BRAiNCHiLD95 who has been...

Thanks so much for your input here @BRAiNCHiLD95 🙏 As you say, it seems to be working as intended in your codepen, so without the op's further input, we can...

Can you please provide all of the requested details in the new issue form - e.g. version number at the top, and initialisation options at the bottom. Thanks. And please...

> So our ask is this: can we get a version of the bundled file which does not have the 'import' statement at all? Dynamic imports are perfectly valid JavaScript,...

Instead of build/js/intlTelInputWithUtils.js, can you try using build/js/intlTelInputWithUtils.min.js instead and see if that fixes the issue?

@forceclihk I've just released v23.1.2 which removes the dynamic import in any build file that already includes utils. Can you give that a try and let me know if it...

> Prior to this, we were able to use the variable intlTelInputUtils directly. We can no longer do this. So previously, you would have loaded utils.js onto the page and...

If you look at the "exports" section of [package.json](https://github.com/jackocnr/intl-tel-input/blob/master/package.json#L157), you can see that importing from "intl-tel-input/i18n" points to the file [build/js/i18n/index.js](https://cdn.jsdelivr.net/npm/[email protected]/build/js/i18n/index.js), which you can see is indeed an ES Module...