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

Conflict with bootstrap-datepicker #1066

Open
amatthieu opened this issue Dec 18, 2017 · 2 comments
Open

Conflict with bootstrap-datepicker #1066

amatthieu opened this issue Dec 18, 2017 · 2 comments

Comments

@amatthieu
Copy link

Hi everyone

I'm using bootstrap-datepicker and I'm using bootstrap-editable in another div and i got bootstrap-editable's css overlapping bootstrap-datepicker's behavior.

The problem is that the datepicker-days should be on display block but bootstrap-editable sets the div's property to none.

Could you help me ?

Example code

https://jsfiddle.net/g0j4uxox/1/

@amatthieu
Copy link
Author

I solved this by using JQuery 2.2.4

The problem was that the latest JQuery version doesn't set the div's display's style to block, it just dosn't set any style. That's where your css kicks in and hide it.

This is still a huge problem and you should update your lib.

I'm letting this Issue open to let updaters know this.

@devlnt
Copy link

devlnt commented Jan 4, 2018

Duplicate of #1033

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