vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

Datepicker bootstrap with conflit others components JS #929

Open bernardo-bruning opened 7 years ago

bernardo-bruning commented 7 years ago

The datepicker and theme bootstrap 3 having problem in css, the problem generate conflit in others components bootstrap, not showing datepicker if this added in page.

.datepicker > div {
  display: none;
}

I will fix when possible !

themicon commented 7 years ago

Another approach might be to add a namespace to the datepicker stylesheet since the conflicting css is particular to this project. Something like .x-datepicker might work, although it would obviously require customizing script templates. I will try to send a PR when I have some time.