Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

option to append the datetime picker component on element other than document body #54

Open
c0demark opened this issue Jul 12, 2018 · 0 comments

Comments

@c0demark
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant