-
Notifications
You must be signed in to change notification settings - Fork 42
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
Datepicker Not Displayed Properly #29
Comments
Hi, |
I'm not sure, i don't make my own style for the sidebar list items, i mean i'm not giving a display property to it |
Could you try to inspect it and check if any other stylesheets are changing the default styling? |
I've inspect it and i found that |
Getting same problem, looks like it is not compatible with Bootstrap 4. |
+1, it's not compatible with Twitter Bootstrap 4. because it uses .d-* classes as utility ones. For more information: https://getbootstrap.com/docs/4.0/utilities/display/ |
#37 contains renamed classes to avoid intersection with Bootstrap's class names. |
I don't know what's wrong, but the datepickk displayed like this :
Here are what I've done :
calendarContainer
, and this is my code :var datepicker = new Datepickk({ container: document.querySelector('#calendarContainer'), inline: true, range: true });
I don't know what's wrong, but the date items seems like block-displayed. I need your help asap. Thanks in advance :)
The text was updated successfully, but these errors were encountered: