Conflict with bootstrap-datepicker
Opened this issue · 2 comments
amatthieu commented
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
amatthieu commented
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.