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
When I see into the code of the this module it has some line
$document[0].body.appendChild(datetimePickerEl);
I want to open up the datetime pickker on a modal boz which itself appends to the body. So when I use this library, the datetimepicker open up behind the modal box.
Is there any option to customize the appending of datetime picker component on an element other than document body.. I mean can't I give the parent element ref as an input paramter to its api to work like how we can give input paramneter for date format.
The text was updated successfully, but these errors were encountered:
When I see into the code of the this module it has some line
$document[0].body.appendChild(datetimePickerEl);
I want to open up the datetime pickker on a modal boz which itself appends to the body. So when I use this library, the datetimepicker open up behind the modal box.
Is there any option to customize the appending of datetime picker component on an element other than document body.. I mean can't I give the parent element ref as an input paramter to its api to work like how we can give input paramneter for date format.
The text was updated successfully, but these errors were encountered: