-
Notifications
You must be signed in to change notification settings - Fork 14
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
Only shows one row of days #1
Comments
I was not able to reproduce this issue, can you please provide more specific feedback? |
The behavior is happening here: http://foundation-datetimepicker.peterbeno.com/example/example.html I'll compare with foundation-datepicker to see if I can resolve it. Thanks! |
Is there any update on this issue as I am experiencing the same problem as well :S |
I am still seeing this issue as well. As far as I can tell the issue is in Datetimepicker.prototype.fill starting on line 439. I replaced it with code from the parallel foundation-datepicker package and resolved the problem. The relevant portion of my fill function now looks like (starting at line 438):
|
When trying to implement the calendar, only one row of days is visible. This makes the plugin not usable at the moment.
The text was updated successfully, but these errors were encountered: