Open amatthieu opened 6 years ago
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.
Duplicate of #1033
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 tonone
.Could you help me ?
Example code
https://jsfiddle.net/g0j4uxox/1/