smalot / bootstrap-datetimepicker

Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)
http://www.malot.fr/bootstrap-datetimepicker/
Apache License 2.0
3.49k stars 1.65k forks source link

Icons are not seen in mode inline #706

Closed Camaleon123654 closed 6 years ago

Camaleon123654 commented 6 years ago

Example : https://jsfiddle.net/drgLsrc2/

How do I show the icons back and forward to put browsing in the months?

tssk commented 6 years ago

For me the problem is that it renders icon-arrow-right (bootstrap v2) instead of glyphicon-arrow-right (bootstrap v3).

So I made workaround - not a proper solution.

I replaced this part: this.bootcssVer=j.bootcssVer||(this.isInput?(this.element.is(".form-control")?3:2):(this.bootcssVer=this.element.is(".input-group")?3:2));

with this: this.bootcssVer=3;

The Bootstrap version detection needs fixing.

AuspeXeu commented 6 years ago

It might be time to drop bootstrap v2 ...

YassineElHosni commented 6 years ago

it might be time to add v4 @AuspeXeu

AuspeXeu commented 6 years ago

This repository has been deprecated.