You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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/
The text was updated successfully, but these errors were encountered: