For Anybody familiar with cleave.js out there. am I able to get the country code digit? in this case here for Italy, am I able to access the 39 for Italy? I am working on a form that will auto complete and show the country code (digits) and could not find a way to grab the digits.
new Cleave('.my-input', {
phone: true,
phoneRegionCode: 'IT'
});