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
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
//Do this before you initialize any of your modals
$.fn.modal.Constructor.prototype.enforceFocus = function () {
$('.clockpicker').clockpicker({
afterShow: function () {
$('.clockpicker-popover').css('z-index', 99999);
}
});
};
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Did not work.
I tried adding a clock picker in jQuery modal.
Here is the plunkr
https://next.plnkr.co/plunk/42eVrcmfkr5FLWa5
I tried keeping it outside the Modal and it loads fine.
The text was updated successfully, but these errors were encountered: