developit / unfetch

🐕 Bare minimum 500b fetch polyfill.
https://npm.im/unfetch
MIT License
5.71k stars 200 forks source link

Help, wanted! Country ntl-tel-input plugin is not working :( #166

Closed Blondjuh closed 1 year ago

Blondjuh commented 1 year ago

Hi there, as a newby on Github I'm looking for some community support. Recently integrated an ajax ntl-tel-input plugin that used to work - but is not working anymore. Is there anyone out there willing to help? image

It doesn't show the country flag dropdown anymore.

<script> 
        const phoneInputField = document.querySelector("#phone");
        const phoneInput = window.intlTelInput(phoneInputField, {
            utilsScript:
            "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/utils.js",
        }); 
</script>
developit commented 1 year ago

Hi there. This has nothing to do with Unfetch. Please use https://stackoverflow.com/ for general web development questions.