You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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. :)
The text was updated successfully, but these errors were encountered:
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
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:
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. :)
The text was updated successfully, but these errors were encountered: