developit/unfetch

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

Blondjuh opened this issue · 1 comments

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 src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/intlTelInput.min.js"></script>

<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>

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