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

Date Picker Does not Work #134

Open
kglasnapp opened this issue Aug 28, 2016 · 1 comment
Open

Date Picker Does not Work #134

kglasnapp opened this issue Aug 28, 2016 · 1 comment

Comments

@kglasnapp
Copy link

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
Copy link

indieNik commented Sep 8, 2016

Hey Hi,

I was able to fix this issue by changing the line

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

in the following files:

  • .\node_modules\allcountjs\public\assets\lib\js\eonasdan-bootstrap-datetimepicker\bootstrap-datetimepicker.js
  • .\node_modules\allcountjs\bower_components\eonasdan-bootstrap-datetimepicker\src\js\bootstrap-datetimepicker.js

Hope that solves it for others as well.

Cheers! 👍

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

2 participants