We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$(".phone").on("countrychange", function(e, countryData) { console.log("********", countryData); // undefined });
Country data should have correct data
countryData is undefined
List any options you're using e.g. utilsScript or preferredCountries
The text was updated successfully, but these errors were encountered:
More information required. Please provide your initialisation code. And please describe the steps you are taking that trigger the countrychange event?
Sorry, something went wrong.
Was just a version issue. Thanks!
No branches or pull requests
Steps to reproduce
$(".phone").on("countrychange", function(e, countryData) {
console.log("********", countryData); // undefined
});
Expected behaviour
Country data should have correct data
Actual behaviour
countryData is undefined
Initialisation options
List any options you're using e.g. utilsScript or preferredCountries
The text was updated successfully, but these errors were encountered: