allcount / allcountjs

Rapid application development framework for Node.js
http://allcountjs.com
MIT License
402 stars 83 forks source link

Date Picker Does not Work #134

Open kglasnapp opened 8 years ago

kglasnapp commented 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

indieNik commented 8 years ago

Hey Hi,

I was able to fix this issue by changing the line

widget.show(); to widget.css('display', 'block');

in the following files:

Hope that solves it for others as well.

Cheers! :+1: