This repository has been archived by the owner on Feb 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Any plans to migrate to bootstrap v3? #114
Comments
+1 @zbrykit just provided a patch over here which might be helpful. tarruda/bootstrap-datetimepicker/pull/192 |
bootstrap 3 is not supported because the glyphicon is moved into a standalone project, and the css class names are changed. there is also a change in collapse behavior. |
I fixed Bootstrap v3 issues here: https://github.com/Eonasdan/bootstrap-datetimepicker |
@Eonasdan your fork is from another project. I installed it then found out the code is not compatible with smalot's version. |
For those who need it, I did some fixes for bootstrap3 here: nvivo@d1c7839 This file works correctly with this html: <div class="date input-group">
<input type="text" class="form-control" readonly>
<span class="input-group-addon"><i class="icon-remove"></i></span>
<span class="input-group-addon"><i class="icon-th"></i></span>
</div> I didn't migrate the icons, as the code still works fine with font-awesome. |
the bootstrap v3 support has just been released. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: