Closed fiscio closed 2 years ago
You'll have to call the update
method once the container becomes visible (or initialize the date picker when the container becomes visible)
See here for the event triggered when the modal becomes visible
Thank you! I finally decided to initialize it when the modal becomes visible and it worked like a charm!.
I certainly hadn't realized that!
Keep up the great work
Hi,
I'm using this widget and I really like it!. But there is something that I could not make to work so far.
This control works flawlessly inside regular divs but fails anytime I want to place it inside a hidden element.
Since I use Bootstrap and I want to place it in a modal and/or a tab pane.. but it does not work well.. I mean it works but it won't visualize as it should, The size of the element is zero (just a small inputbox) and its icon is misplaced out of it.
I triedto "force" its width via jquery $("#control").css(....) but with no good results at all,
So, is there any way to make it work properly or a good workaround?
Thank you in advance!