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

Two issues while working with boostrap modals #149

Open
bigyanchap opened this issue Jul 2, 2018 · 0 comments
Open

Two issues while working with boostrap modals #149

bigyanchap opened this issue Jul 2, 2018 · 0 comments

Comments

@bigyanchap
Copy link

bigyanchap commented Jul 2, 2018

err
The issue is self-explanatory in the diagram.
Here is my code which worked well without bootstrap modals:
$('#dtBox').DateTimePicker({
addEventHandlers: function () {
this.setIsPopup(false)
},
minDateTime: new Date("July 2, 2018 11:20:00"),
maxDateTime: new Date("August 4, 2018 11:20:00")
});

I want datetimepicker inside a bootstrap modal as a drop-down. But the DateTime dialog is dislocated. That is issue first. The second issue is, inside the modal, the + and - buttons are not disabled when they reach min-max limits.

Also, instead of dropdown or pop-up, it would be nice to have inline.

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