Open ssahay1 opened 5 years ago
Following is the solution which I applied -
The datetimepicker was not loading correctly at the modal popup which pops out as a separate window, So I added following jquery load function to make it work.
$(function(){ $('#datetimepicker8').datetimepicker(); });
Thanks.
Hi Team,
I am trying to integrate eonasdan datetime picker by downloading as "bower install eonasdan-bootstrap-datetimepicker#latest --save" which installed with ver 4.17.47, referring http://eonasdan.github.io/bootstrap-datetimepicker/
It is working perfectly on all pages except on modal pop-up. There are no issue on browser console, You can see in below console image that bootstrap-datetimepicker-widget is not loaded -
Following is the code - html : Script : $('#dateTimePicker0').datetimepicker();
Any suggestions please ?
I am using all necessary libraries as it is working fine on other pages of my application.