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
Hello
First off thanks for the lovely module, and especially the auto guess function.
I implmented it under ionic 3 and its working gr8, though the style is kinda of broken - i thought to myself this is a minor easy issue...but hours passed and i'm unable to figure it out.
By moving the <select> (and it style select2-hidden-accessible) out of <ng-2-timezone-picker> its solving the issue.
Perhaps there is a way to edit the html code view?
much appreciated for any hint.
The text was updated successfully, but these errors were encountered:
i'm not sure if you've figured it out or not, but I was having that problem before I added the stylesheet into my project, and I got more fine-tuned control if I imported it into my global scss file. I was then able to change the styles on the global.scss file. (I couldn't get the search bar to select, so had to hide it)
Hello
First off thanks for the lovely module, and especially the auto guess function.
I implmented it under ionic 3 and its working gr8, though the style is kinda of broken - i thought to myself this is a minor easy issue...but hours passed and i'm unable to figure it out.
By moving the
<select>
(and it styleselect2-hidden-accessible
) out of<ng-2-timezone-picker>
its solving the issue.Perhaps there is a way to edit the html code view?
much appreciated for any hint.
The text was updated successfully, but these errors were encountered: