Open kglasnapp opened 8 years ago
I was unable to get the date field to display. I was able to fix it by replacing the file datetimepicker.js at ./node_modules/allcountjs/public/assets/lib/js/eonasdan-bootstrap-datetimepicker/ with a latter one from github.
https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/src/js/bootstrap-datetimepicker.js
Hey Hi,
I was able to fix this issue by changing the line
widget.show();
widget.css('display', 'block');
in the following files:
Hope that solves it for others as well.
Cheers! :+1:
I was unable to get the date field to display. I was able to fix it by replacing the file datetimepicker.js at ./node_modules/allcountjs/public/assets/lib/js/eonasdan-bootstrap-datetimepicker/ with a latter one from github.
https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/src/js/bootstrap-datetimepicker.js