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
There are two datepickers, one appended to body (default) and one appendTo a span.
Notice the second datepicker renders to the right of the input.
I think this has to do because children of the Bootstrap container class has position : relative and hence the datepicker algorithm to find the best position is wrong? When datepicker is appended to body it works correctly.
Not sure if it will be possible to fix though?
Kind regards
Bob
The text was updated successfully, but these errors were encountered:
Hi all,
In the latest release 3.2.8 the appendTo feature is documented but not included in the build file https://github.com/chrisdavies/tiny-date-picker/blob/master/dist/tiny-date-picker.js.
I've built tiny-picker from source but ran into a minor issue with the calendar position when using mode="dp-below" and appendTo. Here is a fiddle:
In this fiddle, https://jsfiddle.net/sabob/80v2t6g4/28 I use bootstrap grid.
There are two datepickers, one appended to body (default) and one appendTo a span.
Notice the second datepicker renders to the right of the input.
I think this has to do because children of the Bootstrap container class has position : relative and hence the datepicker algorithm to find the best position is wrong? When datepicker is appended to body it works correctly.
Not sure if it will be possible to fix though?
Kind regards
Bob
The text was updated successfully, but these errors were encountered: