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

Initialize the default value for timezone #10

Open
baontvn opened this issue Jun 9, 2018 · 1 comment
Open

Initialize the default value for timezone #10

baontvn opened this issue Jun 9, 2018 · 1 comment

Comments

@baontvn
Copy link

baontvn commented Jun 9, 2018

Hi there,

I am facing the issue when I try to set the default value for timezone or use the property guess=true. It displays the issue as below:
display
dev-tool
As I checked the source code, the logic of the function triggerChangeEvent has a problem.
this.countryChange.emit(this.allTimezones.find(function (x) { return x.zones.indexOf(_this.currentTimezone) >= 0; }) .iso);
This line of code is not working.
Please check my issue. Thank you. :)

@vasudamera
Copy link

i am also facing same problem,, --- guess="true"--- is not working. if i use guess="true" same error is occured ,, is there any dependency ?? thanks in advance

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