How can I make Turkey the default country when choosing a country code for a phone number? – Jquery
This script allows me to pick country code when I want to write my number: const phoneInputField = document.querySelector("#inpMobilePhone"); const phoneInput = window.intlTelInput(phoneInputField, { utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/utils.js", }); } This html is my phone input and the reason type=number because when…