Skip to content
New issue

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

.on("countrychange", function(e, countryData) returning countryData as undefined. #742

Closed
Shelly-Thakur1 opened this issue Jun 5, 2018 · 2 comments

Comments

@Shelly-Thakur1
Copy link

Shelly-Thakur1 commented Jun 5, 2018

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

@jackocnr
Copy link
Owner

jackocnr commented Jun 5, 2018

More information required. Please provide your initialisation code. And please describe the steps you are taking that trigger the countrychange event?

@Shelly-Thakur1
Copy link
Author

Was just a version issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants